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:
@@ -5,9 +5,8 @@
|
|||||||
#define _PTHREAD_H_
|
#define _PTHREAD_H_
|
||||||
|
|
||||||
#include <time.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_attr *pthread_attr_t;
|
||||||
typedef struct _pthread_mutex *pthread_mutex_t;
|
typedef struct _pthread_mutex *pthread_mutex_t;
|
||||||
typedef struct _pthread_mutexattr *pthread_mutexattr_t;
|
typedef struct _pthread_mutexattr *pthread_mutexattr_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user