diff options
Diffstat (limited to 'usr/src/lib/libnsl/include/mt.h')
-rw-r--r-- | usr/src/lib/libnsl/include/mt.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/lib/libnsl/include/mt.h b/usr/src/lib/libnsl/include/mt.h index eb6690e7db..19aa976718 100644 --- a/usr/src/lib/libnsl/include/mt.h +++ b/usr/src/lib/libnsl/include/mt.h @@ -19,8 +19,9 @@ * * CDDL HEADER END */ + /* - * Copyright 1993-2003 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -44,7 +45,7 @@ * their default actions (killing the process, stopping the process). */ -#include "mtlib.h" +#include "c_synonyms.h" #include <thread.h> #include <pthread.h> #include <signal.h> @@ -65,10 +66,6 @@ extern void sig_rw_unlock(rwlock_t *); extern void _sigoff(void); extern void _sigon(void); -extern int _fcntl(int, int, ...); -extern int _ioctl(int, int, ...); -extern int _sigfillset(sigset_t *); - extern void *thr_get_storage(pthread_key_t *, size_t, void(*)(void *)); #ifdef __cplusplus |