diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-07-27 23:43:09 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-07-27 23:45:49 -0400 |
commit | 1eb8bf804937bea53f5e8cfa2f84d256373cdb64 (patch) | |
tree | c2a8b2c7aa8dd6d331832589fcf3787b90d1f61d /ChangeLog | |
parent | 3df5cd98371dd9f10b6853efa4d54d359614007d (diff) | |
download | glibc-1eb8bf804937bea53f5e8cfa2f84d256373cdb64.zip glibc-1eb8bf804937bea53f5e8cfa2f84d256373cdb64.tar.gz glibc-1eb8bf804937bea53f5e8cfa2f84d256373cdb64.tar.bz2 |
pwd.h: revert __nonnull markings on putpwent [BZ #18641]
This function actually checks for NULL arguments and the API has been
tenatively documented as using EINVAL in that case. We can debate
leaving it this way, but it should be done after the pending release.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-07-27 Mike Frysinger <vapier@gentoo.org> + + [BZ #18641] + * pwd/pwd.h (putpwent): Delete __nonnull markings. + 2015-07-27 Andreas Schwab <schwab@suse.de> * conform/conformtest.pl (checknamespace): Filter out string |