From 2d56648ac5de0a3d7522155af5ec54f3c5a81569 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Sat, 14 Jun 2008 15:40:17 +0000 Subject: zap last thread_malloc_init reference. otto@ ok --- lib/libpthread/uthread/uthread_init.c | 3 +-- 1 file changed, 1 insertion(+), 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 * 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, -- cgit v1.2.3