summaryrefslogtreecommitdiff
path: root/elf/dl-brk.c
blob: c37cdfec331cf70770f416775e49b121f75af029 (plain)
1
2
3
4
5
/* 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>