/* * 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