2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-04-24 14:41:06 +08:00
Joseph Myers 2012-03-09 21:10:45 +00:00
parent 67bb6da679
commit 90ad551f73
2 changed files with 5 additions and 4 deletions
nptl
ChangeLog
sysdeps/pthread

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

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