]> sourceware.org Git - glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 11 Mar 2003 23:26:35 +0000 (23:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 11 Mar 2003 23:26:35 +0000 (23:26 +0000)
commit32a589b1ea1365c8651b0692d0350403fde7b6ff
tree77b94275bcf321370496c19d29267e8c66a8606d
parent3e976b962a84255b70bcf6d9751a9a35d3e987ab
Update.

* cancellation.c (__pthread_enable_asynccancel_2): New function.
* pthreadP.h: Declare __pthread_enable_asynccancel_2.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
(__pthread_cond_timedwait): Use __pthread_enable_asynccancel_2
instead of __pthread_enable_asynccancel.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
(__pthread_cond_wait): Likewise.
* sysdeps/pthread/pthread_cond_timedwait.c
(__pthread_cond_timedwait): Likewise.
* sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
nptl/Banner
nptl/ChangeLog
nptl/cancellation.c
nptl/pthreadP.h
nptl/sysdeps/pthread/pthread_cond_timedwait.c
nptl/sysdeps/pthread/pthread_cond_wait.c
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelmutex.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
This page took 1.100545 seconds and 5 git commands to generate.