aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-06-09 20:15:14 +0000
committerAndreas Jaeger <aj@suse.de>2002-06-09 20:15:14 +0000
commit7e12a9653ab31d4d9d1f6069fe775c3823770e05 (patch)
treec50332ed3fdd2378c7f951b5ac0a9df4a70537d4 /sysdeps/unix/sysv/linux/i386
parenta6cd9bf987bf580a741230e6bdce8024b1787cf2 (diff)
downloadglibc-7e12a9653ab31d4d9d1f6069fe775c3823770e05.tar
glibc-7e12a9653ab31d4d9d1f6069fe775c3823770e05.tar.gz
glibc-7e12a9653ab31d4d9d1f6069fe775c3823770e05.tar.bz2
glibc-7e12a9653ab31d4d9d1f6069fe775c3823770e05.zip
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386')
-rw-r--r--sysdeps/unix/sysv/linux/i386/dl-brk.c5
-rw-r--r--sysdeps/unix/sysv/linux/i386/dl-sbrk.c5
2 files changed, 0 insertions, 10 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/dl-brk.c b/sysdeps/unix/sysv/linux/i386/dl-brk.c
deleted file mode 100644
index c37cdfec33..0000000000
--- a/sysdeps/unix/sysv/linux/i386/dl-brk.c
+++ /dev/null
@@ -1,5 +0,0 @@
-/* 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>
diff --git a/sysdeps/unix/sysv/linux/i386/dl-sbrk.c b/sysdeps/unix/sysv/linux/i386/dl-sbrk.c
deleted file mode 100644
index 4713a92694..0000000000
--- a/sysdeps/unix/sysv/linux/i386/dl-sbrk.c
+++ /dev/null
@@ -1,5 +0,0 @@
-/* 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>