diff options
Diffstat (limited to 'posix/sys')
-rw-r--r-- | posix/sys/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/sys/types.h b/posix/sys/types.h index a01cd25507..28f3a74c01 100644 --- a/posix/sys/types.h +++ b/posix/sys/types.h @@ -144,7 +144,7 @@ typedef unsigned int uint; #if !__GNUC_PREREQ (2, 7) -/* These types are defined by the ISO C 9x header <inttypes.h>. */ +/* These types are defined by the ISO C99 header <inttypes.h>. */ # ifndef __int8_t_defined # define __int8_t_defined typedef char int8_t; |