Files
Shamil Abdulaev 10ed541ad1 stdlib, wcsmbs: Add missing __nonnull to strto*/wcsto* [BZ #33053]
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>
2026-09-01 16:19:43 -03:00
..