docs/ikteam: Delete most files.
[haiku.git] / headers / compatibility / bsd / signal.h
blob58f16bb7cc0590e2bba0900db9eff7226d4bb31e
1 /*
2 * Copyright 2006-2010 Haiku Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _BSD_SIGNAL_H_
6 #define _BSD_SIGNAL_H_
9 #include_next <signal.h>
12 #ifdef _BSD_SOURCE
15 #define sigmask(sig) (1 << ((sig) - 1))
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
22 int sigsetmask(int mask);
23 int sigblock(int mask);
25 #ifdef __cplusplus
27 #endif
30 #endif
33 #endif /* _BSD_SIGNAL_H_ */