Blame elf/dl-brk.c

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