mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
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.
This commit is contained in:
5
sysdeps/unix/sysv/linux/dl-brk.c
Normal file
5
sysdeps/unix/sysv/linux/dl-brk.c
Normal file
@ -0,0 +1,5 @@
|
||||
/* We can use the normal code but we also know the __curbrk is not exported
|
||||
from ld.so. */
|
||||
extern void *__curbrk attribute_hidden;
|
||||
|
||||
#include <brk.c>
|
Reference in New Issue
Block a user