Ticket #1556: pthread.patch

File pthread.patch, 372 bytes (added by kaliber, 17 years ago)
  • pthread.h

     
    2121typedef struct  _pthread_barrierattr    *pthread_barrierattr_t;
    2222typedef struct  _pthread_spinlock   *pthread_spinlock_t;
    2323
    24 struct pthread_once {
     24struct _pthread_once {
    2525    int state;
    2626    pthread_mutex_t mutex;
    2727};