diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-09-23 14:18:08 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-09-23 14:18:09 +0200 |
commit | 3a35923e97a6e6e67f95a59ba7e45be22b45cd0b (patch) | |
tree | 08876d1d912ae08816bc177b8b9b4841749b6f47 /ChangeLog | |
parent | 67b73ea479073651a4ef7a967a02527a185e6e1b (diff) | |
download | glibc-3a35923e97a6e6e67f95a59ba7e45be22b45cd0b.zip glibc-3a35923e97a6e6e67f95a59ba7e45be22b45cd0b.tar.gz glibc-3a35923e97a6e6e67f95a59ba7e45be22b45cd0b.tar.bz2 |
manual: Clarify NSS error reporting
The manual already required that NSS implementation functions set
error codes if they return a value that is not NSS_STATUS_SUCCESS,
but this was not very explicit. The errnop parameter was omitted
in a few places, and the function return value was incorrect.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2016-09-23 Florian Weimer <fweimer@redhat.com> + * manual/nss.texi (NSS Modules Interface): Adjust function return + type to enum nss_status. Document errnop argument. Clarify + h_errnop semantics. Fix cross-reference formatting. + (NSS Module Function Internals): Mention that *errnop needs to be + set on failure, but not to zero. + +2016-09-23 Florian Weimer <fweimer@redhat.com> + * io/tst-open-tmpfile.c (wrap_open64, wrap_openat64) (get_random_name): New functions. (check_wrapper_flags_mode): Use linkat to give the new file a name |