2 * Copyright 2006-2010 Haiku Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
9 #include_next <signal.h>
15 #define sigmask(sig) (1 << ((sig) - 1))
22 int sigsetmask(int mask
);
23 int sigblock(int mask
);
33 #endif /* _BSD_SIGNAL_H_ */