Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage.
[glibc.git] / elf / dl-sbrk.c
blob4713a92694e37183cb4b31d9b943d95b193c059e
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;
5 #include <sbrk.c>