bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

strtoimax, strtoumax on HP-UX 11.11


From: Bruno Haible
Subject: strtoimax, strtoumax on HP-UX 11.11
Date: Fri, 2 Sep 2011 01:41:20 +0200
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; )

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  <address@hidden>

        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
address@hidden
+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
address@hidden
+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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]