diff options
Diffstat (limited to 'libc/include/semaphore.h')
-rw-r--r-- | libc/include/semaphore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/semaphore.h b/libc/include/semaphore.h index 5827870d3..4ef13af39 100644 --- a/libc/include/semaphore.h +++ b/libc/include/semaphore.h @@ -36,7 +36,7 @@ __BEGIN_DECLS struct timespec; typedef struct { - volatile unsigned int count; + unsigned int count; #ifdef __LP64__ int __reserved[3]; #endif |