diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Banner | 2 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/nptl/Banner b/nptl/Banner index be11d5b816..cc4ac696ef 100644 --- a/nptl/Banner +++ b/nptl/Banner @@ -1 +1 @@ -NPTL 0.57 by Ulrich Drepper +NPTL 0.58 by Ulrich Drepper diff --git a/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h b/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h index e31c27da22..fc0a54c036 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h +++ b/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h @@ -80,7 +80,6 @@ typedef union unsigned long long int __wakeup_seq; unsigned long long int __woken_seq; void *__mutex; - int __locker; } __data; char __size[__SIZEOF_PTHREAD_COND_T]; long long int __align; |