* include/cygwin/signal.h (sigset_t): Define here.

This commit is contained in:
Corinna Vinschen
2012-10-26 09:21:48 +00:00
parent 0f93784fcc
commit 422743b6ec
2 changed files with 6 additions and 0 deletions

View File

@ -190,6 +190,8 @@ enum
perform notification */
};
typedef __uint32_t sigset_t;
typedef void (*_sig_func_ptr)(int);
struct sigaction