aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/malloc.c
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2002-01-24 12:11:31 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2002-01-24 12:11:31 +0000
commit98d1592458f5ead3e8cd52ca7d8185977d7fdef8 (patch)
treeb31855c8a65a23be32e28129e6ef6b841a1500fe /libexec/rtld-elf/malloc.c
parente4e61f78536cea5cf9c73cf4b2dab9565ee993be (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf/malloc.c')
-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 */