Update.
This commit is contained in:
parent
6736e93bab
commit
c4b4e079e3
@ -15,8 +15,6 @@
|
||||
* sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
|
||||
* sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
|
||||
* sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
|
||||
* sysdeps/unix/sysv/linux/i386/dl-brk.c: Remove.
|
||||
* sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Remove.
|
||||
|
||||
2002-04-03 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
5
sysdeps/unix/sysv/linux/i386/dl-brk.c
Normal file
5
sysdeps/unix/sysv/linux/i386/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>
|
5
sysdeps/unix/sysv/linux/i386/dl-sbrk.c
Normal file
5
sysdeps/unix/sysv/linux/i386/dl-sbrk.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 <sbrk.c>
|
Loading…
x
Reference in New Issue
Block a user