stdint: document issues with int_fast8_t etc.
[gnulib.git] / doc / posix-headers / stdint.texi
index be19269..aeae7d5 100644 (file)
@@ -40,6 +40,8 @@ Portability problems not fixed by Gnulib:
 @item
 @code{@{uint,int@}_fast@{8,16,32,64@}_t} may not correspond to the fastest
 types available on the system.
+Other @code{<stdint.h>} substitutes may define these types differently,
+so public header files should avoid these types.
 @item
 Macros are used instead of typedefs.
 @item