aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevelmutex.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-11 22:02:29 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-11 22:02:29 +0000
commit3e976b962a84255b70bcf6d9751a9a35d3e987ab (patch)
treefb907a8a5795c4a098f4a6798bacece4822f615e /nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevelmutex.S
parent6c477888caa491a3a296f5a8ef594cc4aa37b555 (diff)
downloadglibc-3e976b962a84255b70bcf6d9751a9a35d3e987ab.tar
glibc-3e976b962a84255b70bcf6d9751a9a35d3e987ab.tar.gz
glibc-3e976b962a84255b70bcf6d9751a9a35d3e987ab.tar.bz2
glibc-3e976b962a84255b70bcf6d9751a9a35d3e987ab.zip
Update.
2003-03-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S (__condvar_cleanup): Wake up all waiters in case we got signaled after being woken up but before disabling asynchronous cancellation. * sysdeps/pthread/pthread_cond_wait.c (__condvar_cleanup): Likewise. * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S (__condvar_cleanup): Likewise. * init.c (__NR_set_tid_address): If already defined, don't redefine. Make it an error if architecture has no #if case. Add x86-64. * sysdeps/unix/sysv/linux/x86_64/Makefile: Add flags for pt-initfini.s generation. * sysdeps/x86_64/tls.h: Include <asm/prctl.h>. (TLS_INIT_TP): Fix typo.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevelmutex.S')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevelmutex.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevelmutex.S b/nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevelmutex.S
index a4ce9c2fee..e6dc8677a4 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevelmutex.S
+++ b/nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevelmutex.S
@@ -21,7 +21,7 @@
the application is using threads. */
#ifndef UP
# define LOCK \
- cmpl $0, __libc_multiple_threads_ptr(%rip); \
+ cmpl $0, __libc_multiple_threads(%rip); \
je 0f; \
lock; \
0: