* sysdeps/pthread/pthread_barrier_wait.c: Move to...
authorUlrich Drepper <drepper@redhat.com>
Sat, 28 Oct 2006 05:15:26 +0000 (05:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 28 Oct 2006 05:15:26 +0000 (05:15 +0000)
commiteb0a3d0cab507fecefe390a340f74ab8e5cf7831
treec97ac1c33a78c454c0aeb520624af29c724355d2
parent006a8f6f626e6e4d30b73c2ee20377b6a8cce1b7
* sysdeps/pthread/pthread_barrier_wait.c: Move to...

* pthread_barrier_wait.c: ...here.
* sysdeps/pthread/pthread_cond_broadcast.c: Move to...
* pthread_cond_broadcast.c: ...here.
* sysdeps/pthread/pthread_cond_signal.c: Move to...
* pthread_cond_signal.c: ...here.
* sysdeps/pthread/pthread_cond_timedwait.c: Move to...
* pthread_cond_timedwait.c: ...here.
* sysdeps/pthread/pthread_cond_wait.c: Move to...
* pthread_cond_wait.c: ...here.
* sysdeps/pthread/pthread_once.c: Move to...
* pthread_once.c: ...here.
* sysdeps/pthread/pthread_rwlock_rdlock.c: Move to...
* pthread_rwlock_rdlock.c: ...here.
* sysdeps/pthread/pthread_rwlock_timedrdlock.c: Move to...
* pthread_rwlock_timedrdlock.c: ...here.
* sysdeps/pthread/pthread_rwlock_timedwrlock.c: Move to...
* pthread_rwlock_timedwrlock.c: ...here.
* sysdeps/pthread/pthread_rwlock_unlock.c: Move to...
* pthread_rwlock_unlock.c: ...here.
* sysdeps/pthread/pthread_rwlock_wrlock.c: Move to...
* pthread_rwlock_wrlock.c: ...here.
* sysdeps/pthread/pthread_spin_destroy.c: Move to...
* pthread_spin_destroy.c: ...here.
* sysdeps/pthread/pthread_spin_init.c: Move to...
* pthread_spin_init.c: ...here.
* sysdeps/pthread/pthread_spin_unlock.c: Move to...
* pthread_spin_unlock.c: ...here.
* sysdeps/pthread/pthread_getcpuclockid.c: Move to...
* pthread_getcpuclockid.c: ...here.
17 files changed:
include/dlfcn.h
nptl/ChangeLog
nptl/pthread_barrier_wait.c [moved from nptl/sysdeps/pthread/pthread_barrier_wait.c with 100% similarity]
nptl/pthread_cond_broadcast.c [moved from nptl/sysdeps/pthread/pthread_cond_broadcast.c with 100% similarity]
nptl/pthread_cond_signal.c [moved from nptl/sysdeps/pthread/pthread_cond_signal.c with 100% similarity]
nptl/pthread_cond_timedwait.c [moved from nptl/sysdeps/pthread/pthread_cond_timedwait.c with 100% similarity]
nptl/pthread_cond_wait.c [moved from nptl/sysdeps/pthread/pthread_cond_wait.c with 100% similarity]
nptl/pthread_getcpuclockid.c [moved from nptl/sysdeps/pthread/pthread_getcpuclockid.c with 100% similarity]
nptl/pthread_once.c [moved from nptl/sysdeps/pthread/pthread_once.c with 100% similarity]
nptl/pthread_rwlock_rdlock.c [moved from nptl/sysdeps/pthread/pthread_rwlock_rdlock.c with 100% similarity]
nptl/pthread_rwlock_timedrdlock.c [moved from nptl/sysdeps/pthread/pthread_rwlock_timedrdlock.c with 100% similarity]
nptl/pthread_rwlock_timedwrlock.c [moved from nptl/sysdeps/pthread/pthread_rwlock_timedwrlock.c with 100% similarity]
nptl/pthread_rwlock_unlock.c [moved from nptl/sysdeps/pthread/pthread_rwlock_unlock.c with 100% similarity]
nptl/pthread_rwlock_wrlock.c [moved from nptl/sysdeps/pthread/pthread_rwlock_wrlock.c with 100% similarity]
nptl/pthread_spin_destroy.c [moved from nptl/sysdeps/pthread/pthread_spin_destroy.c with 100% similarity]
nptl/pthread_spin_init.c [moved from nptl/sysdeps/pthread/pthread_spin_init.c with 100% similarity]
nptl/pthread_spin_unlock.c [moved from nptl/sysdeps/pthread/pthread_spin_unlock.c with 100% similarity]