From b65da525816f8a4366b3b8f09e0bbcec6ec867a6 Mon Sep 17 00:00:00 2001 From: otto <> Date: Fri, 13 Jun 2008 21:18:42 +0000 Subject: remove _MALLOC_LOCK_INIT; major bump; ok deraadt@ --- src/lib/libc/include/thread_private.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libc/include') diff --git a/src/lib/libc/include/thread_private.h b/src/lib/libc/include/thread_private.h index f55880f7ba..c36bb02c5a 100644 --- a/src/lib/libc/include/thread_private.h +++ b/src/lib/libc/include/thread_private.h @@ -1,4 +1,4 @@ -/* $OpenBSD: thread_private.h,v 1.22 2008/01/01 00:43:39 kurt Exp $ */ +/* $OpenBSD: thread_private.h,v 1.23 2008/06/13 21:18:42 otto Exp $ */ /* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman */ @@ -133,10 +133,6 @@ void _thread_malloc_unlock(void); if (__isthreaded) \ _thread_malloc_unlock();\ } while (0) -#define _MALLOC_LOCK_INIT() do { \ - if (__isthreaded) \ - _thread_malloc_init();\ - } while (0) void _thread_atexit_lock(void); void _thread_atexit_unlock(void); -- cgit v1.2.3-55-g6feb