summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_init.c
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2008-06-14 15:40:16 +0000
committerfgsch <fgsch@openbsd.org>2008-06-14 15:40:16 +0000
commit25bf281979f6823aea2168db09b53e070ec40a6f (patch)
tree883c957b6502725bc25bc435ed865d47e4958383 /lib/libpthread/uthread/uthread_init.c
parentdefininig NATIVE_EXEC_ELF is mandatory on ELF platforms. (diff)
downloadwireguard-openbsd-25bf281979f6823aea2168db09b53e070ec40a6f.tar.xz
wireguard-openbsd-25bf281979f6823aea2168db09b53e070ec40a6f.zip
zap last thread_malloc_init reference. otto@ ok
Diffstat (limited to 'lib/libpthread/uthread/uthread_init.c')
-rw-r--r--lib/libpthread/uthread/uthread_init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/uthread_init.c b/lib/libpthread/uthread/uthread_init.c
index 36559a5ae34..19421a04d55 100644
--- a/lib/libpthread/uthread/uthread_init.c
+++ b/lib/libpthread/uthread/uthread_init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uthread_init.c,v 1.41 2008/01/01 00:43:39 kurt Exp $ */
+/* $OpenBSD: uthread_init.c,v 1.42 2008/06/14 15:40:16 fgsch Exp $ */
/*
* Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>
* All rights reserved.
@@ -130,7 +130,6 @@ static void *references[] = {
&write,
&writev,
/* libc thread-safe helper functions */
- &_thread_malloc_init,
&_thread_malloc_lock,
&_thread_malloc_unlock,
&_thread_atexit_lock,