diff --git a/headers/posix/sys/types.h b/headers/posix/sys/types.h index 13c78301d9..4a12ba06f8 100644 --- a/headers/posix/sys/types.h +++ b/headers/posix/sys/types.h @@ -108,7 +108,7 @@ struct _pthread_rwlock { __haiku_std_int32 writer_count; void* waiters[2]; } local; - }; + } u; }; struct _pthread_spinlock {