* libc/include/sys/signal.h (sigset_t): Don't define when building
for Cygwin.
This commit is contained in:
parent
422743b6ec
commit
f9b3628010
@ -1,3 +1,8 @@
|
||||
2012-10-26 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* libc/include/sys/signal.h (sigset_t): Don't define when building
|
||||
for Cygwin.
|
||||
|
||||
2012-10-24 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* configure.in: Comment out the --enable-newlib-fp-hw option
|
||||
|
@ -12,7 +12,10 @@ extern "C" {
|
||||
|
||||
/* #ifndef __STRICT_ANSI__*/
|
||||
|
||||
/* Cygwin defines it's own sigset_t in include/cygwin/signal.h */
|
||||
#ifndef __CYGWIN__
|
||||
typedef unsigned long sigset_t;
|
||||
#endif
|
||||
|
||||
#if defined(__rtems__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user