Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libnss_mxshadow: Return errno in errnop, too
From the glibc manual: "Before the function returns with a failure code, the implementation should store the value of the local errno variable in the variable pointed to be errnop. This is important to guarantee the module working in statically linked programs. The stored value must not be zero." So do it.
- Loading branch information