diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-03-09 21:10:45 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-03-09 21:10:45 +0000 |
commit | 90ad551f732ab70f0f1fca3d12d60c3d2d0e118c (patch) | |
tree | b33d30d4f2e6afd82fdeb7519d982b741af60573 /nptl/ChangeLog | |
parent | 67bb6da6798d55fff7ed759af51799dfeca740d3 (diff) | |
download | glibc-90ad551f732ab70f0f1fca3d12d60c3d2d0e118c.tar glibc-90ad551f732ab70f0f1fca3d12d60c3d2d0e118c.tar.gz glibc-90ad551f732ab70f0f1fca3d12d60c3d2d0e118c.tar.bz2 glibc-90ad551f732ab70f0f1fca3d12d60c3d2d0e118c.zip |
Make pthread.h define all symbols from time.h.
See:
http://www.pasc.org/interps/unofficial/db/p1003.1c/pasc-1003.1c-46.html
http://www.pasc.org/interps/unofficial/db/p1003.1/pasc-1003.1-86.html
https://www.opengroup.org/sophocles/show_mail.tpl?CALLER=index.tpl&source=L&listname=austin-group-l&id=17302
(Geoff Clare, austin-group-l, 9 Mar 2012)
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 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. |