From 5a9339d5bb8bdffa8f91099430ec518ec98027de Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 27 Jan 2001 06:30:48 +0000 Subject: Update. * conform/conformtest.pl: Define $mustprepend{"signal.h"}. * conform/data/signal.h-data: Fix sigev_notify_function entry. Fix typo (SIGVALRM -> SIGVTALRM). * sysdeps/unix/sysv/linux/bits/siginfo.h: Define sigev_notify_attr with real type. * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise. --- linuxthreads/semaphore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linuxthreads/semaphore.h') 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; -- cgit v1.2.3