* libc/include/sys/types.h: Revert previous patch.
This commit is contained in:
parent
2b43ad332f
commit
c811b1ee20
|
@ -1,3 +1,7 @@
|
|||
2002-05-22 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* libc/include/sys/types.h: Revert previous patch.
|
||||
|
||||
2002-05-22 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* libc/include/sys/types.h: Include cygwin/types.h always under
|
||||
|
|
|
@ -329,11 +329,10 @@ typedef struct {
|
|||
int init_executed; /* has the initialization routine been run? */
|
||||
} pthread_once_t; /* dynamic package initialization */
|
||||
#else
|
||||
#endif /* defined(_POSIX_THREADS) */
|
||||
|
||||
#if defined (__CYGWIN__)
|
||||
#include <cygwin/types.h>
|
||||
#endif
|
||||
#endif /* defined(_POSIX_THREADS) */
|
||||
|
||||
#endif /* defined(__rtems__) */
|
||||
|
||||
|
|
Loading…
Reference in New Issue