]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/unix/sysv/linux/dl-sbrk.c
RISC-V: Build Infastructure
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / dl-sbrk.c
CommitLineData
c4b4e079
UD
1/* We can use the normal code but we also know the __curbrk is not exported
2 from ld.so. */
3extern void *__curbrk attribute_hidden;
4
b6ab06ce 5#include <misc/sbrk.c>