summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/bits/sighow.h
blob: 73d1a003f7e0b5babfa2bbbd401899437d1a198f (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright (c) 2021, the SerenityOS developers.
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#pragma once

#define SIG_BLOCK 0
#define SIG_UNBLOCK 1
#define SIG_SETMASK 2