Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-05-22 16:47:54 +0400
committerCorinna Vinschen <corinna@vinschen.de>2002-05-22 16:47:54 +0400
commit1d2b71d6a351727a83db3807fce1b45a3d7f47db (patch)
tree5b772a43dda232d8315ddd05bceda5e8aeb06045 /winsup/cygwin/include
parentc811b1ee207e482ddf6a9ed5fa7e3b699f6a12bc (diff)
* include/cygwin/types.h: Revert previous patch.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/include/cygwin/types.h b/winsup/cygwin/include/cygwin/types.h
index 92f437f05..92b60b7a3 100644
--- a/winsup/cygwin/include/cygwin/types.h
+++ b/winsup/cygwin/include/cygwin/types.h
@@ -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 */