POSIX headers should not include BeOS/Haiku headers. Should help with

flex's pthread test.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24625 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-03-28 14:25:06 +00:00
parent 26f50afaaf
commit 5d2044f643
1 changed files with 1 additions and 2 deletions

View File

@ -5,9 +5,8 @@
#define _PTHREAD_H_
#include <time.h>
#include <OS.h>
typedef thread_id pthread_t;
typedef int pthread_t;
typedef struct _pthread_attr *pthread_attr_t;
typedef struct _pthread_mutex *pthread_mutex_t;
typedef struct _pthread_mutexattr *pthread_mutexattr_t;