summaryrefslogtreecommitdiff
path: root/src/passwd/getspnam.c
AgeCommit message (Collapse)AuthorLines
2018-12-28don't set errno or return an error when getspnam[_r] finds no entryRich Felker-1/+2
this case is specified as success with a null result, rather than an error, and errno is not to be set on success.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+17