mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
2002-06-09 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move... * sysdeps/unix/sysv/linux/dl-brk.c: ...here. * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move... * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5 lines
154 B
C
5 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>
|