diff --git a/newlib/libc/include/sys/_types.h b/newlib/libc/include/sys/_types.h index 98b93ce71..d27979c9d 100644 --- a/newlib/libc/include/sys/_types.h +++ b/newlib/libc/include/sys/_types.h @@ -180,7 +180,10 @@ typedef _LOCK_RECURSIVE_T _flock_t; typedef void *_iconv_t; #endif +#ifndef __machine_clock_t_defined #define _CLOCK_T_ unsigned long /* clock() */ +#endif + typedef _CLOCK_T_ __clock_t; #define _TIME_T_ long /* time() */