summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2008-06-13 21:18:44 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2008-06-13 21:18:44 +0000
commitf1f39c97df92318738c74a2c9c6e84d298054e32 (patch)
treeb246253db7c5965ce2fc558c65d804e823a5b6ea /lib/libc/stdlib
parentba65de2ed207d73f6640130f2afd026c6889f953 (diff)
remove _MALLOC_LOCK_INIT; major bump; ok deraadt@
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/malloc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c
index a4a4e52bda6..6042e47e690 100644
--- a/lib/libc/stdlib/malloc.c
+++ b/lib/libc/stdlib/malloc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: malloc.c,v 1.90 2008/05/19 19:36:15 otto Exp $ */
+/* $OpenBSD: malloc.c,v 1.91 2008/06/13 21:18:42 otto Exp $ */
/*
* ----------------------------------------------------------------------------
@@ -656,8 +656,6 @@ malloc_init(void)
char *p, b[64];
int i, j, save_errno = errno;
- _MALLOC_LOCK_INIT();
-
#ifdef MALLOC_EXTRA_SANITY
malloc_junk = 1;
#endif /* MALLOC_EXTRA_SANITY */