diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-04-14 09:17:36 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-04-14 09:17:36 +0200 |
commit | ae9e94e744c2328b57c6586584b0cd776b7b4ca8 (patch) | |
tree | d4b21e9eb7d73b2c9436eb97cbab4db6d6f0b3e9 /ChangeLog | |
parent | 29d794863cd6e03115d3670707cc873a9965ba92 (diff) | |
download | glibc-ae9e94e744c2328b57c6586584b0cd776b7b4ca8.zip glibc-ae9e94e744c2328b57c6586584b0cd776b7b4ca8.tar.gz glibc-ae9e94e744c2328b57c6586584b0cd776b7b4ca8.tar.bz2 |
malloc: Remove unused definitions of thread_atfork, thread_atfork_static
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2016-04-14 Florian Weimer <fweimer@redhat.com> + * sysdeps/nptl/malloc-machine.h (ATFORK_MEM, __dso_handle) + (thread_atfork, thread_atfork_static): Remove. + * sysdeps/mach/hurd/malloc-machine.h: + (thread_atfork, thread_atfork_static): Remove. + +2016-04-14 Florian Weimer <fweimer@redhat.com> + [BZ #19431] Run the malloc fork handler as late as possible to avoid deadlocks. * malloc/malloc-internal.h: New file. |