aboutsummaryrefslogtreecommitdiff
path: root/src/passwd/getspnam.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't set errno or return an error when getspnam[_r] finds no entry•••this case is specified as success with a null result, rather than an error, and errno is not to be set on success. Rich Felker2018-12-281-1/+2
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+17