diff --git a/include/time.h b/include/time.h index 09a65cff16759ae02263a9ed58aae9240c5e6683..56ffacf5109ba2120d33fcfd59efbfe5d2faa270 100644 --- a/include/time.h +++ b/include/time.h @@ -55,7 +55,7 @@ struct tm *localtime (const time_t *); char *asctime (const struct tm *); char *ctime (const time_t *); -#define CLOCKS_PER_SEC 1000000UL +#define CLOCKS_PER_SEC 1000000L #if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \