aboutsummaryrefslogtreecommitdiff
path: root/malloc/malloc-hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'malloc/malloc-hooks.h')
-rw-r--r--malloc/malloc-hooks.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/malloc/malloc-hooks.h b/malloc/malloc-hooks.h
index 3be391b6fb..c7aa8b2d53 100644
--- a/malloc/malloc-hooks.h
+++ b/malloc/malloc-hooks.h
@@ -19,9 +19,6 @@
#ifndef _MALLOC_HOOKS_H
#define _MALLOC_HOOKS_H
-/* These hooks are no longer part of the public API and are poisoned
- in <stdc-predef.h>. Their names here reflect the command-line
- mapping which is used inside glibc to get past the poisoning. */
-void (*old__malloc_initialize_hook) (void);
+void (*__malloc_initialize_hook) (void);
#endif /* _MALLOC_HOOKS_H */