* libc/include/sys/signal.h (sigset_t): Don't define when building

for Cygwin.
This commit is contained in:
Corinna Vinschen 2012-10-26 09:23:46 +00:00
parent 422743b6ec
commit f9b3628010
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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__)