* sysdeps/unix/sysv/linux/internaltypes.h: Introduce
commitee5d5755a826eb7b48bdf020bef397a33868780b
authorUlrich Drepper <drepper@redhat.com>
Tue, 29 May 2007 16:15:48 +0000 (29 16:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 29 May 2007 16:15:48 +0000 (29 16:15 +0000)
tree54bfdd1a4b47b26d97b3dada3c78d729405718ac
parent5da4373cfd0bf070ec3ece378c4dea9b027c0ce2
* sysdeps/unix/sysv/linux/internaltypes.h: Introduce

COND_NWAITERS_SHIFT.
* pthread_cond_destroy.c: Use COND_NWAITERS_SHIFT instead of
COND_CLOCK_BITS.
* pthread_cond_init.c: Likewise.
* pthread_cond_timedwait.c: Likewise.
* pthread_cond_wait.c: Likewise.
* pthread_condattr_getclock.c: Likewise.
* pthread_condattr_setclock.c: Likewise.
* sysdeps/unix/sysv/linux/lowlevelcond.sym: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
14 files changed:
nptl/ChangeLog
nptl/pthread_cond_destroy.c
nptl/pthread_cond_init.c
nptl/pthread_cond_timedwait.c
nptl/pthread_cond_wait.c
nptl/pthread_condattr_getclock.c
nptl/pthread_condattr_setclock.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/internaltypes.h
nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
nscd/nscd_helper.c