diff options
author | Andreas Schwab <schwab@suse.de> | 2019-07-09 16:44:02 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2019-07-10 15:04:05 +0200 |
commit | 32b8188ac84ea0c0280a34f65c1fd7faf731c289 (patch) | |
tree | 7fb8f6a8c8e76c074b996e770e473b8e4f7c1e81 /manual/memory.texi | |
parent | 7901d4ee7ba91c963a9a7c9365267552edad32f3 (diff) | |
download | glibc-32b8188ac84ea0c0280a34f65c1fd7faf731c289.zip glibc-32b8188ac84ea0c0280a34f65c1fd7faf731c289.tar.gz glibc-32b8188ac84ea0c0280a34f65c1fd7faf731c289.tar.bz2 |
Don't declare __malloc_check_init in <malloc.h> (bug 23352)
The function was never part of the malloc API.
Diffstat (limited to 'manual/memory.texi')
-rw-r--r-- | manual/memory.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manual/memory.texi b/manual/memory.texi index a1435aa..b565dd6 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -1056,7 +1056,6 @@ systems that do not support @w{ISO C11}. @c next_env_entry ok @c strcspn dup ok @c __libc_mallopt dup @mtasuconst:mallopt [setting mp_] -@c __malloc_check_init @mtasuconst:malloc_hooks [setting hooks] @c *__malloc_initialize_hook unguarded, ok @c *__memalign_hook dup ok, unguarded @c arena_get dup @asulock @aculock @acsfd @acsmem |