1
0
Fork 0
mirror of git://sourceware.org/git/glibc.git synced 2025-03-06 20:58:33 +01:00
glibc/sysdeps/unix/sysv/linux/dl-sbrk.c
2005-12-14 08:43:25 +00:00

5 lines
159 B
C

/* We can use the normal code but we also know the __curbrk is not exported
from ld.so. */
extern void *__curbrk attribute_hidden;
#include <misc/sbrk.c>