summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2008-04-16 03:19:11 +0000
committerdavidxu <davidxu@FreeBSD.org>2008-04-16 03:19:11 +0000
commit6a349c67719af8546cad0a0de414fa6760a12217 (patch)
treeefa6816510499722e8c8fcdcbe39c1c54a49560d /lib
parent6c1e88022bd124c2387b52de21907f0badc16b8d (diff)
downloadFreeBSD-src-6a349c67719af8546cad0a0de414fa6760a12217.zip
FreeBSD-src-6a349c67719af8546cad0a0de414fa6760a12217.tar.gz
_vfork is not in libthr, remove the reference.
Diffstat (limited to 'lib')
-rw-r--r--lib/libthr/thread/thr_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_init.c b/lib/libthr/thread/thr_init.c
index 100d14a..edcef80 100644
--- a/lib/libthr/thread/thr_init.c
+++ b/lib/libthr/thread/thr_init.c
@@ -160,7 +160,6 @@ STATIC_LIB_REQUIRE(_spinlock);
STATIC_LIB_REQUIRE(_spinlock_debug);
STATIC_LIB_REQUIRE(_spinunlock);
STATIC_LIB_REQUIRE(_thread_init_hack);
-STATIC_LIB_REQUIRE(_vfork);
/*
* These are needed when linking statically. All references within
OpenPOWER on IntegriCloud