hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone

Blame elf/dl-sbrk.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 <sbrk.c>