usr/src/lib/libthread/sparc/mapfile-vers
changeset 4271 dda1ded496b7
parent 0 68f95e015346
child 6812 febeba71273d
--- a/usr/src/lib/libthread/sparc/mapfile-vers	Thu May 17 14:24:19 2007 -0700
+++ b/usr/src/lib/libthread/sparc/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.
@@ -177,10 +176,10 @@
 	pthread_sigmask = FUNCTION;
 	pthread_testcancel = FUNCTION;
 	alarm = FUNCTION;
-	close = FUNCTION;
+	close = FUNCTION NODIRECT;
 	creat = FUNCTION;
 	fcntl = FUNCTION;
-	fork = FUNCTION;
+	fork = FUNCTION NODIRECT;
 	fsync = FUNCTION;
 	msync = FUNCTION;
 	open = FUNCTION;
@@ -200,7 +199,7 @@
     global:
 	lwp_self = FUNCTION;
 	_getfp = FUNCTION;
-	sigaction = FUNCTION;
+	sigaction = FUNCTION NODIRECT;
 	sigprocmask = FUNCTION;
 	sleep = FUNCTION;
 	setcontext = FUNCTION;
@@ -429,7 +428,7 @@
 	_fork = FUNCTION;
 	_fork1 = FUNCTION;
 	_setcontext = FUNCTION;
-	_sigaction = FUNCTION;
+	_sigaction = FUNCTION NODIRECT;
 	_sigprocmask = FUNCTION;
 	_sigwait = FUNCTION;
 	_sigsuspend = FUNCTION;