# HG changeset patch # User Paul Eggert # Date 1336323569 25200 # Node ID 5891d985e4e914418b1f23faa6001d007462521b # Parent 47595604fd626655568e7d7fb247f26cfc16ab8c stdint: document issues with int_fast8_t etc. * doc/posix-headers/stdint.texi (stdint.h): Say that other stdint.h substitutes may define these types differently. See . diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-05-06 Paul Eggert + + stdint: document issues with int_fast8_t etc. + * doc/posix-headers/stdint.texi (stdint.h): Say that other + stdint.h substitutes may define these types differently. See + . + 2012-05-05 Bruno Haible nanosleep: Avoid guessing wrong when cross-compiling to Linux. diff --git a/doc/posix-headers/stdint.texi b/doc/posix-headers/stdint.texi --- a/doc/posix-headers/stdint.texi +++ b/doc/posix-headers/stdint.texi @@ -40,6 +40,8 @@ @item @code{@{uint,int@}_fast@{8,16,32,64@}_t} may not correspond to the fastest types available on the system. +Other @code{} substitutes may define these types differently, +so public header files should avoid these types. @item Macros are used instead of typedefs. @item