diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 | ||||
-rw-r--r-- | nptl/sysdeps/pthread/pthread.h | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 6d5f847261..3f70b0a295 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2012-03-09 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/pthread/pthread.h (__need_clockid_t, __need_timespec): + Do not define before including <time.h>. + 2012-03-08 David S. Miller <davem@davemloft.net> * sysdeps/unix/sysv/linux/sparc/sem_post.c: Update copyright year. diff --git a/nptl/sysdeps/pthread/pthread.h b/nptl/sysdeps/pthread/pthread.h index 0d33cbdb9e..bd97e8556f 100644 --- a/nptl/sysdeps/pthread/pthread.h +++ b/nptl/sysdeps/pthread/pthread.h @@ -21,10 +21,6 @@ #include <features.h> #include <endian.h> #include <sched.h> -#ifdef __USE_XOPEN2K -# define __need_clockid_t -#endif -#define __need_timespec #include <time.h> #include <bits/pthreadtypes.h> |