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 /sysdeps/mach/hurd/malloc-machine.h | |
parent | 29d794863cd6e03115d3670707cc873a9965ba92 (diff) | |
download | glibc-ae9e94e744c2328b57c6586584b0cd776b7b4ca8.tar.gz glibc-ae9e94e744c2328b57c6586584b0cd776b7b4ca8.tar.xz glibc-ae9e94e744c2328b57c6586584b0cd776b7b4ca8.zip |
malloc: Remove unused definitions of thread_atfork, thread_atfork_static
Diffstat (limited to 'sysdeps/mach/hurd/malloc-machine.h')
-rw-r--r-- | sysdeps/mach/hurd/malloc-machine.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/mach/hurd/malloc-machine.h b/sysdeps/mach/hurd/malloc-machine.h index 515f3ff151..f778b0d025 100644 --- a/sysdeps/mach/hurd/malloc-machine.h +++ b/sysdeps/mach/hurd/malloc-machine.h @@ -20,8 +20,6 @@ #ifndef _MALLOC_MACHINE_H #define _MALLOC_MACHINE_H -#undef thread_atfork_static - #include <atomic.h> #include <libc-lock.h> @@ -43,12 +41,6 @@ #define mutex_trylock(m) (!__mutex_trylock(m)) -#define thread_atfork(prepare, parent, child) do {} while(0) -#define thread_atfork_static(prepare, parent, child) \ - text_set_element(_hurd_fork_prepare_hook, prepare); \ - text_set_element(_hurd_fork_parent_hook, parent); \ - text_set_element(_hurd_fork_child_hook, child); - /* No we're *not* using pthreads. */ #define __pthread_initialize ((void (*)(void))0) |