diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-30 04:53:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-30 04:53:50 +0000 |
commit | b8ba4a2741c2d9e1b723615228bcacedb1b941c2 (patch) | |
tree | 110bceb6272be371fb4487157a3fe573024ba02d /nptl/sysdeps/unix/sysv/linux/powerpc/bits | |
parent | 65d46efed2d82da579f9dfb72b51f77fb77470d2 (diff) | |
download | glibc-b8ba4a2741c2d9e1b723615228bcacedb1b941c2.tar glibc-b8ba4a2741c2d9e1b723615228bcacedb1b941c2.tar.gz glibc-b8ba4a2741c2d9e1b723615228bcacedb1b941c2.tar.bz2 glibc-b8ba4a2741c2d9e1b723615228bcacedb1b941c2.zip |
Update.
* sysdeps/unix/sysv/linux/s390/lowlevellock.h
(__lll_mutex_unlock_force): New function
(lll_mutex_unlock_force): Use __lll_mutex_unlock_force.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/powerpc/bits')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h b/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h index 9569ba5534..588f2a21b9 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h +++ b/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h @@ -93,6 +93,7 @@ typedef union unsigned long long int __total_seq; unsigned long long int __wakeup_seq; unsigned long long int __woken_seq; + void *__mutex; } __data; char __size[__SIZEOF_PTHREAD_COND_T]; long long int __align; |