summaryrefslogtreecommitdiff
path: root/usr/src/lib/nsswitch/dns/common/dns_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/nsswitch/dns/common/dns_common.h')
-rw-r--r--usr/src/lib/nsswitch/dns/common/dns_common.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/lib/nsswitch/dns/common/dns_common.h b/usr/src/lib/nsswitch/dns/common/dns_common.h
index f60a37e436..717f56d70f 100644
--- a/usr/src/lib/nsswitch/dns/common/dns_common.h
+++ b/usr/src/lib/nsswitch/dns/common/dns_common.h
@@ -18,10 +18,12 @@
*
* CDDL HEADER END
*/
+
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
+
/*
* Common code and structures used by name-service-switch "dns" backends.
*/
@@ -73,10 +75,6 @@ extern void switch_resolver_setup(int *, sigset_t *, int *);
extern void switch_resolver_reset(int, sigset_t, int);
extern mutex_t one_lane;
-extern int _thr_sigsetmask(int, const sigset_t *, sigset_t *);
-extern int _mutex_lock(mutex_t *);
-extern int _mutex_unlock(mutex_t *);
-
extern int ent2result(struct hostent *, nss_XbyY_args_t *, int);
extern int ent2str(struct hostent *, nss_XbyY_args_t *, int);