mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-10 18:21:04 +00:00
12 lines
180 B
C
12 lines
180 B
C
|
|
/*
|
||
|
|
* 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
|