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 8ba320006b..362d547c08 100644 --- a/posix/sys/types.h +++ b/posix/sys/types.h @@ -132,7 +132,7 @@ typedef unsigned int uint; /* These size-specific names are used by some of the inet code. */ -#if !defined __GNUC__ || __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7) +#if !__GNUC_PREREQ (2, 7) /* These types are defined by the ISO C 9x header <inttypes.h>. */ # ifndef __int8_t_defined |