]> git.ipfire.org Git - thirdparty/glibc.git/commit
pwd.h: add __nonnull markings [BZ #18641]
authorMike Frysinger <vapier@gentoo.org>
Sat, 30 May 2015 17:33:22 +0000 (13:33 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 8 Jul 2015 07:18:27 +0000 (03:18 -0400)
commit61d95397de01ead73b828c6106a4a832d9681652
treecfdb7089b7bd3ca2b97a22635f43f50b600487b7
parent8b59c73386ddb64331ee03c29925a18dae547733
pwd.h: add __nonnull markings [BZ #18641]

Mark all the functions that don't handle NULL pointers as __nonnull.
POSIX does not require either behavior, so the prototypes should match
the reality of the codebase.
ChangeLog
NEWS
pwd/pwd.h