diff options
Diffstat (limited to 'include/time.h')
| -rw-r--r-- | include/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/time.h b/include/time.h index 7f6eb60e8..376fe3754 100644 --- a/include/time.h +++ b/include/time.h @@ -191,7 +191,7 @@ extern double difftime (time_t __time1, time_t __time0) __THROW __attribute__ ((__const__)); #endif /* __UCLIBC_HAS_FLOATS__ */ -#ifdef __PTHREADS_NATIVE__ +#ifdef __UCLIBC_HAS_THREADS_NATIVE__ # define CLOCK_IDFIELD_SIZE 3 #endif |
