Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.
[glibc.git] / elf / dl-brk.c
blobc37cdfec331cf70770f416775e49b121f75af029
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 <brk.c>