summaryrefslogtreecommitdiff
path: root/sysdeps/generic/dl-sbrk.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/dl-sbrk.c')
-rw-r--r--sysdeps/generic/dl-sbrk.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/generic/dl-sbrk.c b/sysdeps/generic/dl-sbrk.c
deleted file mode 100644
index 4713a92694..0000000000
--- a/sysdeps/generic/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>