usr/src/lib/libthread/i386/mapfile-vers
changeset 4271 dda1ded496b7
parent 0 68f95e015346
child 6812 febeba71273d
--- a/usr/src/lib/libthread/i386/mapfile-vers	Thu May 17 14:24:19 2007 -0700
+++ b/usr/src/lib/libthread/i386/mapfile-vers	Thu May 17 16:27:31 2007 -0700
@@ -1,13 +1,12 @@
 #
-# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 # CDDL HEADER START
 #
 # The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License").  You may not use this file except in compliance
-# with the License.
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
 #
 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
 # or http://www.opensolaris.org/os/licensing.
@@ -123,7 +122,7 @@
 	pthread_cond_timedwait = FUNCTION;
 	pthread_mutex_lock = FUNCTION;
 	pthread_setspecific = FUNCTION;
-	fork = FUNCTION;
+	fork = FUNCTION NODIRECT;
 	pthread_mutex_getprioceiling = FUNCTION;
 	thr_main = FUNCTION;
 	pthread_attr_setstackaddr = FUNCTION;
@@ -185,7 +184,7 @@
 	pthread_kill = FUNCTION;
 	waitpid = FUNCTION;
 	pthread_mutexattr_setprotocol = FUNCTION;
-	close = FUNCTION;
+	close = FUNCTION NODIRECT;
 	wait = FUNCTION;
 	pthread_attr_getinheritsched = FUNCTION;
 	pthread_condattr_setpshared = FUNCTION;
@@ -200,7 +199,7 @@
 
 SUNW_0.7 {
     global:
-	sigaction = FUNCTION;
+	sigaction = FUNCTION NODIRECT;
 	sema_trywait = FUNCTION;
 	cond_init = FUNCTION;
 	thr_kill = FUNCTION;
@@ -275,7 +274,7 @@
 	_thr_sighndlrinfo = FUNCTION;
 	thr_suspend_mutator = FUNCTION;
 	_thr_setspecific = FUNCTION;
-	_sigaction = FUNCTION;
+	_sigaction = FUNCTION NODIRECT;
 	_thr_keycreate = FUNCTION;
 	_pthread_attr_setinheritsched = FUNCTION;
 	_pthread_mutexattr_destroy = FUNCTION;