]> sourceware.org Git - glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 11 Mar 2003 22:02:29 +0000 (22:02 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 11 Mar 2003 22:02:29 +0000 (22:02 +0000)
commit3e976b962a84255b70bcf6d9751a9a35d3e987ab
treefb907a8a5795c4a098f4a6798bacece4822f615e
parent6c477888caa491a3a296f5a8ef594cc4aa37b555
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.
nptl/ChangeLog
nptl/DESIGN-condvar.txt
nptl/init.c
nptl/sysdeps/pthread/pthread_cond_wait.c
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
nptl/sysdeps/unix/sysv/linux/x86_64/Makefile
nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S
nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevelmutex.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
nptl/sysdeps/x86_64/tls.h
This page took 0.042222 seconds and 5 git commands to generate.