1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:37:45 +00:00

LibC: Move SIG_* definitions for sigprocmask into bits/sighow.h

This commit is contained in:
Jean-Baptiste Boric 2021-08-14 00:30:53 +02:00 committed by Andreas Kling
parent b7aba70a28
commit 77bec6b01d
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,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