Ticket #1556: pthread.patch
File pthread.patch, 372 bytes (added by , 17 years ago) |
---|
-
pthread.h
21 21 typedef struct _pthread_barrierattr *pthread_barrierattr_t; 22 22 typedef struct _pthread_spinlock *pthread_spinlock_t; 23 23 24 struct pthread_once {24 struct _pthread_once { 25 25 int state; 26 26 pthread_mutex_t mutex; 27 27 };