glibc/sysdeps/unix/sysv/linux/i386/dl-sbrk.c
Ulrich Drepper c4b4e079e3 Update.
2002-04-06 02:32:55 +00:00

6 lines
154 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 <sbrk.c>