diff options
author | Michael Banck <mbanck@debian.org> | 2005-05-17 16:42:18 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2005-05-17 16:42:18 +0000 |
commit | 1a65a2a986a4b3f945c6e65ae8977f4ef9a6b9f2 (patch) | |
tree | 9fa171889a32cc2cc5207edc735eee960b9d3249 /debian/patches | |
parent | 9dcb74ffe39819b413706e5c27de1e29a3539056 (diff) |
* debian/patches/libpthread_need_clockid_t.patch: New patch by Neal
Walfield.
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/libpthread_need_clockid_t.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/libpthread_need_clockid_t.patch b/debian/patches/libpthread_need_clockid_t.patch new file mode 100644 index 00000000..70921fa8 --- /dev/null +++ b/debian/patches/libpthread_need_clockid_t.patch @@ -0,0 +1,19 @@ +2005-05-17 Neal H. Walfield <neal@gnu.org> + + * include/pthread/pthread.h: Define __need_clockid_t before + including <time.h>. + +Index: include/pthread/pthread.h +=================================================================== +RCS file: /cvsroot/hurd/hurd/libpthread/include/pthread/pthread.h,v +diff -u -r1.5 -r1.6 +--- libpthread/include/pthread/pthread.h 12 May 2005 20:55:38 -0000 1.5 ++++ libpthread/include/pthread/pthread.h 17 May 2005 09:40:50 -0000 1.6 +@@ -26,6 +26,7 @@ + #include <features.h> + + #include <sched.h> ++#define __need_clockid_t + #include <time.h> + + __BEGIN_DECLS |