Apply pthread_types_patch

This commit is contained in:
Thomas Pfaff
2003-01-09 21:14:33 +00:00
parent 09cbb9d6b7
commit 65f207e8b9
4 changed files with 20 additions and 12 deletions

View File

@ -21,7 +21,7 @@ extern "C"
#endif
#ifndef __INSIDE_CYGWIN__
typedef void *sem_t;
typedef struct __sem_t {char __dummy;} *sem_t;
#endif
#define SEM_FAILED 0