* include/cygwin/types.h: Revert previous patch.

This commit is contained in:
Corinna Vinschen 2002-05-22 12:47:54 +00:00
parent c811b1ee20
commit 1d2b71d6a3
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-05-22 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/types.h: Revert previous patch.
2002-05-22 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/types.h: Define pthread stuff only if _POSIX_THREADS

View File

@ -50,7 +50,6 @@ typedef __gid16_t gid_t;
#endif
#if !defined(__INSIDE_CYGWIN__) || !defined(__cplusplus)
#if defined(_POSIX_THREADS)
typedef void *pthread_t;
typedef void *pthread_mutex_t;
@ -88,7 +87,6 @@ typedef class pthread_rwlockattr *pthread_rwlockattr_t;
/* semaphores types */
typedef class semaphore *sem_t;
#endif /* defined(_POSIX_THREADS) */
#endif /* __INSIDE_CYGWIN__ */
#endif /* _CYGWIN_TYPES_H */