diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:56:21 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:59:06 +0200 |
commit | 0c71122c0cee483a4e6abcdbe78a1595eefe86e2 (patch) | |
tree | f31e337cfc0c1c35dc1b4658ceb54894d5564047 /malloc/hooks.c | |
parent | ca4ec8039628cac6600541472b068be7535d4bb4 (diff) | |
download | glibc-0c71122c0cee483a4e6abcdbe78a1595eefe86e2.tar.gz glibc-0c71122c0cee483a4e6abcdbe78a1595eefe86e2.tar.xz glibc-0c71122c0cee483a4e6abcdbe78a1595eefe86e2.zip |
malloc: Remove the internal_function attribute
Diffstat (limited to 'malloc/hooks.c')
-rw-r--r-- | malloc/hooks.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/malloc/hooks.c b/malloc/hooks.c index 4398c0a017..01be076f5e 100644 --- a/malloc/hooks.c +++ b/malloc/hooks.c @@ -132,7 +132,6 @@ malloc_check_get_size (mchunkptr p) into a user pointer with requested size req_sz. */ static void * -internal_function mem2mem_check (void *ptr, size_t req_sz) { mchunkptr p; @@ -166,7 +165,6 @@ mem2mem_check (void *ptr, size_t req_sz) pointer. If the provided pointer is not valid, return NULL. */ static mchunkptr -internal_function mem2chunk_check (void *mem, unsigned char **magic_p) { mchunkptr p; |