diff options
Diffstat (limited to 'newlib/libc/include/time.h')
-rw-r--r-- | newlib/libc/include/time.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/include/time.h b/newlib/libc/include/time.h index bc07d30f6..7d3b2abd3 100644 --- a/newlib/libc/include/time.h +++ b/newlib/libc/include/time.h @@ -212,7 +212,7 @@ extern "C" { the identifier of the CPU_time clock associated with the PROCESS making the function call. */ -#define CLOCK_PROCESS_CPUTIME (clockid_t)2 +#define CLOCK_PROCESS_CPUTIME_ID (clockid_t)2 #endif @@ -222,7 +222,7 @@ extern "C" { the identifier of the CPU_time clock associated with the THREAD making the function call. */ -#define CLOCK_THREAD_CPUTIME (clockid_t)3 +#define CLOCK_THREAD_CPUTIME_ID (clockid_t)3 #endif |