Joseph Myers 2012-03-09 21:10:45 +00:00
parent 67bb6da679
commit 90ad551f73
2 changed files with 5 additions and 4 deletions

View file

@ -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.

View file

@ -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>