Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
libc
/
glibc
/
glibc-2.22
/
elf
/
dl-sbrk.c
blob: 4713a92694e37183cb4b31d9b943d95b193c059e [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame^
]
1
/* We can use the normal code but we also know the __curbrk is not exported
2
from ld.so. */
3
extern
void
*
__curbrk attribute_hidden
;
4
5
#include
<
sbrk
.
c
>