Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
db4f43f0150836941f56a4d2e2923f7182328607
/
.
/
ap
/
libc
/
glibc
/
glibc-2.22
/
elf
/
dl-brk.c
blob: c37cdfec331cf70770f416775e49b121f75af029 [
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
<
brk
.
c
>