diff options
Diffstat (limited to 'elf/dl-brk.c')
-rw-r--r-- | elf/dl-brk.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/elf/dl-brk.c b/elf/dl-brk.c deleted file mode 100644 index c37cdfec33..0000000000 --- a/elf/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> |