mirror of
git://sourceware.org/git/glibc.git
synced 2026-09-08 23:58:31 +08:00
The strto* declarations in stdlib.h are marked __nonnull, but the corresponding declarations in inttypes.h and wchar.h are not. Add the attribute there as well, covering the __REDIRECT and __isoc23_* variants and the _l forms, matching stdlib.h. Signed-off-by: Shamil Abdulaev <ashamil435@gmail.com> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>