diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-05 09:36:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-05 09:36:56 +0000 |
commit | 54e0138f7f9ff016d3cb6b2cb02a3ca2a727b6e7 (patch) | |
tree | 80626ba7cdf1e2b1bbb1d1ef3481b62f9a85b17e /nptl/ChangeLog | |
parent | b22d701bb72b928526efff83c019b912f469af72 (diff) | |
download | glibc-54e0138f7f9ff016d3cb6b2cb02a3ca2a727b6e7.zip glibc-54e0138f7f9ff016d3cb6b2cb02a3ca2a727b6e7.tar.gz glibc-54e0138f7f9ff016d3cb6b2cb02a3ca2a727b6e7.tar.bz2 |
Update.
2003-04-05 Ulrich Drepper <drepper@redhat.com>
* malloc/thread-m.h [PTHREAD_MUTEX_INITIALIZER]: If
HAVE_register_atfork_malloc is defined use __register_atfork_malloc
instead of __register_atfork.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 7273ece..c798977 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2003-04-05 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/register-atfork.c: Define malloc_prepare, + malloc_parent, and malloc_child statically. + (__register_atfork_malloc): New function. + (free_mem): Don't free any of the malloc_* variables on the list. + * sysdeps/unix/sysv/linux/fork.h: Declare __register_atfork_malloc. + Define HAVE_register_atfork_malloc. + 2003-04-04 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/createthread.c (create_thread): Add some more |