aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2002-03-04 12:00:34 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2002-03-04 12:00:34 +0000
commitcc861db6c442377c72212b96ee60e88c8257c896 (patch)
treeab95960df65ea27361c258e801ec0ec803b6b34b /libexec/rtld-elf
parent01a15daa38f8c42e7803656483f145814f206c3e (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r--libexec/rtld-elf/malloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/rtld-elf/malloc.c b/libexec/rtld-elf/malloc.c
index cb00a204974a..1e0664ce3195 100644
--- a/libexec/rtld-elf/malloc.c
+++ b/libexec/rtld-elf/malloc.c
@@ -119,7 +119,6 @@ union overhead {
*/
#define NBUCKETS 30
static union overhead *nextf[NBUCKETS];
-extern char *sbrk();
static int pagesz; /* page size */
static int pagebucket; /* page size bucket */