diff options
Diffstat (limited to 'libc/include/pthread.h')
-rw-r--r-- | libc/include/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/pthread.h b/libc/include/pthread.h index 21787894d..42811329e 100644 --- a/libc/include/pthread.h +++ b/libc/include/pthread.h @@ -112,7 +112,7 @@ typedef struct { typedef int pthread_key_t; -typedef volatile int pthread_once_t; +typedef int pthread_once_t; #define PTHREAD_ONCE_INIT 0 |