* libc/include/sys/types.h: Revert previous patch.
This commit is contained in:
		| @@ -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> | 2002-05-22  Corinna Vinschen  <vinschen@redhat.com> | ||||||
|  |  | ||||||
| 	* libc/include/sys/types.h: Include cygwin/types.h always under | 	* 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? */ |   int   init_executed;   /* has the initialization routine been run? */ | ||||||
| } pthread_once_t;       /* dynamic package initialization */ | } pthread_once_t;       /* dynamic package initialization */ | ||||||
| #else | #else | ||||||
| #endif /* defined(_POSIX_THREADS) */ |  | ||||||
|  |  | ||||||
| #if defined (__CYGWIN__) | #if defined (__CYGWIN__) | ||||||
| #include <cygwin/types.h> | #include <cygwin/types.h> | ||||||
| #endif | #endif | ||||||
|  | #endif /* defined(_POSIX_THREADS) */ | ||||||
|  |  | ||||||
| #endif  /* defined(__rtems__) */ | #endif  /* defined(__rtems__) */ | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user