summaryrefslogtreecommitdiff
path: root/include/malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/malloc.h')
-rw-r--r--include/malloc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/malloc.h b/include/malloc.h
index d4cd9a5ffc..70d32c7c84 100644
--- a/include/malloc.h
+++ b/include/malloc.h
@@ -9,8 +9,6 @@
/* Nonzero if the malloc is already initialized. */
extern int __malloc_initialized attribute_hidden;
-extern __typeof (__malloc_check_init) __malloc_check_init attribute_hidden;
-
struct malloc_state;
typedef struct malloc_state *mstate;