Sign in
third-party-mirror
/
GRTEv4
/
262be5abc585813b1766119db73641d44ba3741e
/
.
/
google3
/
third_party
/
grte
/
v4_src
/
glibc-2.19
/
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
>