about summary refs log tree commit diff
path: root/include/malloc.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2019-07-09 16:44:02 +0200
committerAndreas Schwab <schwab@suse.de>2019-07-10 15:04:05 +0200
commit32b8188ac84ea0c0280a34f65c1fd7faf731c289 (patch)
tree7fb8f6a8c8e76c074b996e770e473b8e4f7c1e81 /include/malloc.h
parent7901d4ee7ba91c963a9a7c9365267552edad32f3 (diff)
downloadglibc-32b8188ac84ea0c0280a34f65c1fd7faf731c289.tar.gz
glibc-32b8188ac84ea0c0280a34f65c1fd7faf731c289.tar.xz
glibc-32b8188ac84ea0c0280a34f65c1fd7faf731c289.zip
Don't declare __malloc_check_init in <malloc.h> (bug 23352)
The function was never part of the malloc API.
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;