diff options
author | Neal H. Walfield <neal@gnu.org> | 2005-05-17 09:40:51 +0000 |
---|---|---|
committer | Neal H. Walfield <neal@gnu.org> | 2005-05-17 09:40:51 +0000 |
commit | ad327ba4bdcccdfaccde64ba4852220ec99d7b79 (patch) | |
tree | cae08ec411b1807a705a8988af2517eb457411ed | |
parent | a2c46ac956613c162b5162d2ef2c725229b08aca (diff) |
libpthread/
2005-05-17 Neal H. Walfield <neal@gnu.org>
* include/pthread/pthread.h: Define __need_clockid_t before
including <time.h>.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | include/pthread/pthread.h | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-05-17 Neal H. Walfield <neal@gnu.org> + + * include/pthread/pthread.h: Define __need_clockid_t before + including <time.h>. + 2005-05-12 Neal H. Walfield <neal@gnu.org> * include/pthread/pthread.h (pthread_exit): Add noreturn diff --git a/include/pthread/pthread.h b/include/pthread/pthread.h index 3e69cd7..23a5ff4 100644 --- a/include/pthread/pthread.h +++ b/include/pthread/pthread.h @@ -26,6 +26,7 @@ #include <features.h> #include <sched.h> +#define __need_clockid_t #include <time.h> __BEGIN_DECLS |