blob: c37cdfec331cf70770f416775e49b121f75af029 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/* We can use the normal code but we also know the __curbrk is not exported
2 from ld.so. */
3extern void *__curbrk attribute_hidden;
4
5#include <brk.c>