Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 5 Feb 2003 09:54:24 +0000 (09:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 5 Feb 2003 09:54:24 +0000 (09:54 +0000)
commita88c9263686012ca2a336379b7d66e59dea2b43b
treef83540ebdedecb23aa76a4e84e2e5c370bf9809d
parentec609a8e77b592e5f8ef95fd2c1d44015a45d063
Update.

2003-02-05  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/pthread/bits/libc-lock.h (__libc_once): Set control
variable for non-libpthread case to the same value the
pthread_once function would use.
48 files changed:
linuxthreads/ChangeLog
linuxthreads/sysdeps/pthread/bits/libc-lock.h
nptl/ChangeLog
nptl/allocatestack.c
nptl/init.c
nptl/sysdeps/pthread/pthread_barrier_wait.c [new file with mode: 0644]
nptl/sysdeps/pthread/pthread_cond_broadcast.c [new file with mode: 0644]
nptl/sysdeps/pthread/pthread_cond_signal.c [new file with mode: 0644]
nptl/sysdeps/pthread/pthread_cond_timedwait.c [new file with mode: 0644]
nptl/sysdeps/pthread/pthread_cond_wait.c [new file with mode: 0644]
nptl/sysdeps/pthread/pthread_rwlock_rdlock.c [new file with mode: 0644]
nptl/sysdeps/pthread/pthread_rwlock_timedrdlock.c [new file with mode: 0644]
nptl/sysdeps/pthread/pthread_rwlock_timedwrlock.c [new file with mode: 0644]
nptl/sysdeps/pthread/pthread_rwlock_unlock.c [new file with mode: 0644]
nptl/sysdeps/pthread/pthread_rwlock_wrlock.c [new file with mode: 0644]
nptl/sysdeps/s390/Makefile [new file with mode: 0644]
nptl/sysdeps/s390/bits/atomic.h [new file with mode: 0644]
nptl/sysdeps/s390/pthread_spin_init.c [new file with mode: 0644]
nptl/sysdeps/s390/pthread_spin_lock.c [new file with mode: 0644]
nptl/sysdeps/s390/pthread_spin_trylock.c [new file with mode: 0644]
nptl/sysdeps/s390/pthread_spin_unlock.c [new file with mode: 0644]
nptl/sysdeps/s390/pthreaddef.h [new file with mode: 0644]
nptl/sysdeps/s390/tcb-offsets.sym [new file with mode: 0644]
nptl/sysdeps/s390/td_ta_map_lwp2thr.c [new file with mode: 0644]
nptl/sysdeps/s390/tls.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/createthread.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/dl-sysdep.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/fork.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/libc-lowlevellock.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/libc-lowlevelmutex.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/lowlevelmutex.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/lowlevelsem.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-initfini.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-initfini.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/sem_post.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/sem_timedwait.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/sem_trywait.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/sem_wait.c [new file with mode: 0644]