Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 31 Dec 2002 08:00:19 +0000 (08:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 31 Dec 2002 08:00:19 +0000 (08:00 +0000)
commit416d2de60b8e567ac7cd6a581afba0f5cdfc932e
treeabd37640e253dae0e65751ea12f20253830bb269
parent89d6e4445954aee95d02b84db7af7fa0cca93195
Update.

2002-12-30  Ulrich Drepper  <drepper@redhat.com>

* malloc/thread-m.h (thread_atfork): Define using __register_atfork.
23 files changed:
ChangeLog
linuxthreads/ChangeLog
linuxthreads/Makeconfig
linuxthreads/Makefile
linuxthreads/internals.h
linuxthreads/old_pthread_atfork.c [new file with mode: 0644]
linuxthreads/ptfork.c
linuxthreads/pthread.c
linuxthreads/pthread_atfork.c [new file with mode: 0644]
linuxthreads/ptlongjmp.c
linuxthreads/sysdeps/pthread/list.h [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/Makefile [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/Versions [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/fork.c [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/fork.h [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/ia64/fork.h [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/jmp-unwind.c [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/register-atfork.c [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/sparc/fork.h [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/unregister-atfork.c [new file with mode: 0644]
malloc/thread-m.h
nptl/ChangeLog
nptl/sysdeps/pthread/pt-initfini.c