search for: _sigset_t_

Displaying 1 result from an estimated 1 matches for "_sigset_t_".

2015 Aug 21
0
Problem with psignal.c for Windows builds
...c group of signals */ return sigsetmask(downhill_Sigset_Mask|signal_MaskNew); Now, you may wonder how it's been working with these errors. The file src/gnuwin32/fixed/h/psignal.h has the following code: /* mingw-w64's sys/types.h also defines this and we want this defn */ #ifndef _SIGSET_T_ #define _SIGSET_T_ typedef int sigset_t; #endif /* Not _SIGSET_T_ */ The comment is unclear as to whether the mingw definition is or is not the one that is desired (what does "this" refer to?). Anyway, the mingw sys/types.h file contains the following code: #ifndef _SIGSET_T_ #defin...