mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 03:20:28 +08:00
* libc/include/sys/signal.h: Always include sys/types.h under Cygwin.
This commit is contained in:
parent
ab4745dcb2
commit
b24ee7499c
@ -1,3 +1,7 @@
|
||||
Thu Feb 15 01:39:51 2001 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* libc/include/sys/signal.h: Always include sys/types.h under Cygwin.
|
||||
|
||||
2001-02-14 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
|
||||
|
||||
* libc/include/stdlib.h: Add declarations of rand48 functions and
|
||||
|
@ -12,7 +12,7 @@ extern "C" {
|
||||
|
||||
/* #ifndef __STRICT_ANSI__*/
|
||||
|
||||
#if defined(_POSIX_THREADS)
|
||||
#if defined(_POSIX_THREADS) || defined(__CYGWIN__)
|
||||
#include <sys/types.h> /* for pthread data types */
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user