pthread.h needs clockid_t
authorRich Felker <dalias@aerifal.cx>
Sun, 13 Mar 2011 02:54:19 +0000 (21:54 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 13 Mar 2011 02:54:19 +0000 (21:54 -0500)
commitd8d19f4d46284d5b6124710a5235b6fe090c013f
tree1e8bc66072a335abbcccaa455b76b5e2004a500b
parent9f50b77d2ba154ba0d8cbccea94af1f7b902fd1a
pthread.h needs clockid_t

actually it gets this from time.h if _POSIX_C_SOURCE or any other
feature test macros are defined, but it breaks if they're not.
include/pthread.h