* sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,
commit683040c3b2c7dc2bc08045202a0a0b46d143b3cb
authorUlrich Drepper <drepper@redhat.com>
Wed, 15 Feb 2006 17:20:33 +0000 (15 17:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 15 Feb 2006 17:20:33 +0000 (15 17:20 +0000)
treefcd73510f2bcfcdf57078331d800db4217db759b
parentb007ce7cc6971e4bd4cd91c558efd3d4603d941d
* sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,

__openat64_not_cancel): Remove prototypes.
(__openat_nocancel, __openat64_nocancel): New prototypes or defines.
(openat_not_cancel, openat_not_cancel_3, openat64_not_cancel,
openat64_not_cancel_3): Use them.
28 files changed:
ChangeLog
nptl/ChangeLog
nptl/Makefile
nptl/descr.h
nptl/pthreadP.h
nptl/pthread_create.c
nptl/pthread_mutex_consistent.c
nptl/pthread_mutex_destroy.c
nptl/pthread_mutex_lock.c
nptl/pthread_mutex_timedlock.c
nptl/pthread_mutex_trylock.c
nptl/pthread_mutex_unlock.c
nptl/sysdeps/unix/sysv/linux/Makefile
nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S [copied from nptl/pthread_mutex_destroy.c with 68% similarity]
nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S [copied from nptl/pthread_mutex_destroy.c with 68% similarity]
nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c
nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/not-cancel.h