summaryrefslogtreecommitdiff
path: root/linuxthreads/semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/semaphore.h')
-rw-r--r--linuxthreads/semaphore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/semaphore.h b/linuxthreads/semaphore.h
index f611f48323..fa0e52ddeb 100644
--- a/linuxthreads/semaphore.h
+++ b/linuxthreads/semaphore.h
@@ -33,8 +33,8 @@ typedef struct
{
struct
{
- long int status;
- int spinlock;
+ long int __status;
+ int __spinlock;
} __sem_lock;
int __sem_value;
_pthread_descr __sem_waiting;