* libc/include/sys/types.h: Revert previous patch.

This commit is contained in:
Corinna Vinschen 2002-05-22 12:34:12 +00:00
parent 2b43ad332f
commit c811b1ee20
2 changed files with 5 additions and 2 deletions

View File

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

View File

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