On HP-UX 11.00..11.11, the functions strtoimax and strtoumax exist only as macros (defined in <inttypes.h>), not as functions. I think that's not worth correcting in gnulib, just documenting.
2011-09-01 Bruno Haible <[email protected]> strtoimax, strtoumax: Document problem on HP-UX 11. * doc/posix-functions/strtoimax.texi: Mention HP-UX 11.11 problem. * doc/posix-functions/strtoumax.texi: Likewise. --- doc/posix-functions/strtoimax.texi.orig Fri Sep 2 01:38:15 2011 +++ doc/posix-functions/strtoimax.texi Fri Sep 2 01:10:35 2011 @@ -15,4 +15,7 @@ Portability problems not fixed by Gnulib: @itemize +@item +This function is only defined as a macro on some platforms: +HP-UX 11.11. @end itemize --- doc/posix-functions/strtoumax.texi.orig Fri Sep 2 01:38:15 2011 +++ doc/posix-functions/strtoumax.texi Fri Sep 2 01:10:35 2011 @@ -15,4 +15,7 @@ Portability problems not fixed by Gnulib: @itemize +@item +This function is only defined as a macro on some platforms: +HP-UX 11.11. @end itemize -- In memoriam Nikolai Bryukhanov <http://en.wikipedia.org/wiki/Nikolai_Bryukhanov>
