ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../elf/dl-brk.c

6 lines
153 B
C

/* 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>