summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2008-06-14 15:40:17 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2008-06-14 15:40:17 +0000
commit2d56648ac5de0a3d7522155af5ec54f3c5a81569 (patch)
treec964679a574e01e3dbdd9daa74dea3007a382a82 /lib/libpthread
parentfd906f2f2a0037582b34a9aed5e0fd48459d8286 (diff)
zap last thread_malloc_init reference. otto@ ok
Diffstat (limited to 'lib/libpthread')
-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,