diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-22 16:40:26 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-22 16:40:26 +0000 |
commit | 333d60984389f9e0173c60d6016ac36099686b59 (patch) | |
tree | 32c6ac1ae72472df13bd47122bd87b596575646f /newlib/libc/include | |
parent | c270dc2555b88173abfd962036e99f986101158a (diff) | |
download | newlib-333d60984389f9e0173c60d6016ac36099686b59.zip newlib-333d60984389f9e0173c60d6016ac36099686b59.tar.gz newlib-333d60984389f9e0173c60d6016ac36099686b59.tar.bz2 |
* libc/posix/execvp.c: Remove obsolete CYGWIN32 considerations throughout.
* signal.h: Change comment to reflect __CYGWIN__ rather than __CYGWIN32__.
* popen.c (popen): Use __CYGWIN_ rather than __CYGWIN32__.
* system.c (_system_r): Ditto.
Diffstat (limited to 'newlib/libc/include')
-rw-r--r-- | newlib/libc/include/sys/signal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/signal.h b/newlib/libc/include/sys/signal.h index e590ae3..e3368bf 100644 --- a/newlib/libc/include/sys/signal.h +++ b/newlib/libc/include/sys/signal.h @@ -178,7 +178,7 @@ int _EXFUN(sigqueue, (pid_t pid, int signo, const union sigval value)); #endif /* defined(_POSIX_REALTIME_SIGNALS) */ -#endif /* defined(__CYGWIN32__) || defined(__rtems__) */ +#endif /* defined(__CYGWIN__) || defined(__rtems__) */ /* #endif __STRICT_ANSI__ */ |