projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd0a743
)
Define __nss_nscd_not_available, used by change in getXXbyYY_r.c.
author
drepper
<drepper>
Thu, 5 Mar 1998 10:28:30 +0000
(10:28 +0000)
committer
drepper
<drepper>
Thu, 5 Mar 1998 10:28:30 +0000
(10:28 +0000)
nss/nsswitch.c
patch
|
blob
|
history
diff --git
a/nss/nsswitch.c
b/nss/nsswitch.c
index
83e20b8
..
2a3e44a
100644
(file)
--- a/
nss/nsswitch.c
+++ b/
nss/nsswitch.c
@@
-69,6
+69,9
@@
static struct
__libc_lock_define_initialized (static, lock)
+/* Nonzero if no NSCD is available. */
+int __nss_nscd_not_available;
+
#if !defined DO_STATIC_NSS || defined PIC
/* String with revision number of the shared object files. */
static const char *const __nss_shlib_revision = LIBNSS_FILES_SO + 15;