applied patch by kaliber
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23075 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -21,7 +21,7 @@ typedef struct _pthread_barrier *pthread_barrier_t;
|
|||||||
typedef struct _pthread_barrierattr *pthread_barrierattr_t;
|
typedef struct _pthread_barrierattr *pthread_barrierattr_t;
|
||||||
typedef struct _pthread_spinlock *pthread_spinlock_t;
|
typedef struct _pthread_spinlock *pthread_spinlock_t;
|
||||||
|
|
||||||
struct pthread_once {
|
struct _pthread_once {
|
||||||
int state;
|
int state;
|
||||||
pthread_mutex_t mutex;
|
pthread_mutex_t mutex;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user