1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

malloc: Remove the internal_function attribute

This commit is contained in:
Florian Weimer
2017-08-31 15:56:21 +02:00
parent ca4ec80396
commit 0c71122c0c
6 changed files with 23 additions and 26 deletions

View File

@ -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;