Files
semi-libc/src/passwd
Rich Felker bd1eaceaa3 fix spurious errors from pwd/grp functions when nscd backend is absent
for several pwd/grp functions, the only way the caller can distinguish
between a successful negative result ("no such user/group") and an
internal error is by clearing errno before the call and checking errno
afterwards. the nscd backend support code correctly simulated a
not-found response on systems where such a backend is not running, but
failed to restore errno.

this commit also fixed an outdated/incorrect comment.
2015-06-09 20:15:49 +00:00
..
2015-02-13 01:46:51 -05:00
2015-02-10 22:57:02 -05:00
2013-11-24 21:04:53 -05:00
2015-02-13 01:46:51 -05:00
2015-02-10 22:57:02 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2013-11-24 09:36:28 -05:00
2015-02-13 01:46:51 -05:00