diff options
Diffstat (limited to 'winsup/cygwin/grp.cc')
-rw-r--r-- | winsup/cygwin/grp.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/winsup/cygwin/grp.cc b/winsup/cygwin/grp.cc index 5e5f1d810..e1f5e4b23 100644 --- a/winsup/cygwin/grp.cc +++ b/winsup/cygwin/grp.cc @@ -552,12 +552,8 @@ endgrent_filtered (void *gr) ((gr_ent *) gr)->endgrent (); } -/* timeout_ns (in 100ns units) is set to non-0 when called from - internal_getlogin. This restricts fetching of the user's groups at process - tree startup to a (hopefully) bearable time. */ int -internal_getgroups (int gidsetsize, gid_t *grouplist, cyg_ldap *pldap, - const DWORD timeout_ns) +internal_getgroups (int gidsetsize, gid_t *grouplist, cyg_ldap *pldap) { NTSTATUS status; HANDLE tok; |