Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
5afa7dc75cce6b9d7e8cc5d3229859c32cb74c06
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
elf
/
dl-sbrk.c
blob: 4713a92694e37183cb4b31d9b943d95b193c059e [
file
] [
log
] [
blame
]
/* 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
>