2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-03-07 13:28:05 +08:00
glibc/elf/dl-brk.c

6 lines
153 B
C
Raw Normal View History

/* We can use the normal code but we also know the __curbrk is not exported
from ld.so. */
extern void *__curbrk attribute_hidden;
#include <brk.c>