diff options
Diffstat (limited to 'Libraries/LibC')
-rw-r--r-- | Libraries/LibC/sys/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibC/sys/types.h b/Libraries/LibC/sys/types.h index feed6d358a..6de6b1feb1 100644 --- a/Libraries/LibC/sys/types.h +++ b/Libraries/LibC/sys/types.h @@ -78,7 +78,7 @@ struct utimbuf { typedef int pthread_t; typedef int pthread_key_t; -typedef void* pthread_once_t; +typedef int32_t pthread_once_t; typedef struct __pthread_mutex_t { uint32_t lock; |