Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
elf
/
dl-sbrk.c
blob: 4713a92694e37183cb4b31d9b943d95b193c059e [
file
] [
log
] [
blame
] [
edit
]
/* We can use the normal code but we also know the __curbrk is not exported
from ld.so. */
extern
void
*
__curbrk attribute_hidden
;
#include
<
sbrk
.
c
>