Complement SIGEV_* enums with macros
* include/cygwin/signal.h (SIGEV_*): Add macros. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
committed by
Corinna Vinschen
parent
f4abb28ea8
commit
d04fd9d5f7
@ -311,6 +311,10 @@ enum
|
||||
perform notification */
|
||||
};
|
||||
|
||||
#define SIGEV_SIGNAL SIGEV_SIGNAL
|
||||
#define SIGEV_NONE SIGEV_NONE
|
||||
#define SIGEV_THREAD SIGEV_THREAD
|
||||
|
||||
#if __WORDSIZE == 64
|
||||
typedef __uint64_t sigset_t;
|
||||
#else
|
||||
|
Reference in New Issue
Block a user