summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/external.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/external.cc')
-rw-r--r--winsup/cygwin/external.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/external.cc b/winsup/cygwin/external.cc
index fce161192..b42c284e1 100644
--- a/winsup/cygwin/external.cc
+++ b/winsup/cygwin/external.cc
@@ -601,6 +601,14 @@ cygwin_internal (cygwin_getinfo_types t, ...)
res = (uintptr_t) cygheap->pg.nss_separator ();
break;
+ case CW_GETNSS_PWD_SRC:
+ res = (uintptr_t) cygheap->pg.nss_pwd_src ();
+ break;
+
+ case CW_GETNSS_GRP_SRC:
+ res = (uintptr_t) cygheap->pg.nss_grp_src ();
+ break;
+
case CW_GETPWSID:
{
int db_only = va_arg (arg, int);