Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 4 May 1998 13:19:20 +0000 (13:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 4 May 1998 13:19:20 +0000 (13:19 +0000)
commiteb4063467c4ef625c1687b4c158bacf475821363
tree9f47ace87d060f54a05b1315b741acb8ae3f5728
parent15f32e7b7912df66ff5e1d337e4f621157504058
Update.

1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>

* malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
ptmalloc_unlock_all, but re-initializes the mutexes instead.
(ptmalloc_init): Use new function in thread_at_fork call.
(thread_atfork_static): Likewise.
Suggested by Wolfram Gloger and Xavier Leroy.
12 files changed:
ChangeLog
Makerules
bits/sigstack.h [new file with mode: 0644]
elf/rtld.c
malloc/malloc.c
manual/terminal.texi
signal/Makefile
signal/signal.h
sysdeps/generic/bits/sigstack.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/bits/sigstack.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/tcgetattr.c
sysdeps/unix/sysv/linux/tcsetattr.c