]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/dl-brk.c
Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126)
[thirdparty/glibc.git] / elf / dl-brk.c
CommitLineData
b6ab06ce
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
5#include <brk.c>