summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-04-23 10:43:28 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-04-23 10:43:28 -0700
commitc0baea34e0a5b6312d22c2318127480efd1e1dfe (patch)
tree81bef5e996fb0c01476fbb760cf5e52ae22556b2 /manual
parent803cb6b7a90de1dbfeb0b34e1c3fa7190ed2bec5 (diff)
downloadglibc-c0baea34e0a5b6312d22c2318127480efd1e1dfe.tar.gz
glibc-c0baea34e0a5b6312d22c2318127480efd1e1dfe.tar.xz
glibc-c0baea34e0a5b6312d22c2318127480efd1e1dfe.zip
* stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
[BZ #13970]
(strtod, strtof, strtold, strtol, strtoul, strtoq)
(strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
(strtod_l, strtof_l, strtold_l): Remove __wur.
It is not necessarily an error to ignore strtol's return value.
One can reliably look at the stored endptr to decide whether
the number had valid syntax.
Diffstat (limited to 'manual')
0 files changed, 0 insertions, 0 deletions