summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2008-07-12 00:15:08 +0000
committerSamuel Thibault <sthibault@debian.org>2008-07-12 00:15:08 +0000
commit6b7a4974cf7333566183d9f0929b7f54e4c65f7c (patch)
treece51b2e9a47aff8b60cdcbf510e7332c00a2198c /debian/patches
parent610470dd97620ab7e9154a61a310785374e58b69 (diff)
* debian/patches/libpthread_pthreadtypes_h.patch: fix patch into really
installing <pthread/pthreadtypes.h>.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/libpthread_pthreadtypes_h.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/libpthread_pthreadtypes_h.patch b/debian/patches/libpthread_pthreadtypes_h.patch
index 8ceca7f6..e1e92c78 100644
--- a/debian/patches/libpthread_pthreadtypes_h.patch
+++ b/debian/patches/libpthread_pthreadtypes_h.patch
@@ -537,3 +537,18 @@ diff -u -p -r1.1 thread-attr.h
/* This structure describes the attributes of a POSIX thread. Note
that not all of them are supported on all systems. */
struct __pthread_attr
+Index: libpthread/Makefile
+===================================================================
+RCS file: /cvsroot/hurd/hurd/libpthread/Makefile,v
+retrieving revision 1.9
+diff -u -p -r1.9 Makefile
+--- libpthread/Makefile 1 Jul 2008 11:43:14 -0000 1.9
++++ libpthread/Makefile 12 Jul 2008 00:11:58 -0000
+@@ -137,6 +137,7 @@ libname = libpthread
+ sysdeps_headers = \
+ pthread.h \
+ pthread/pthread.h \
++ pthread/pthreadtypes.h \
+ semaphore.h \
+ \
+ bits/pthread.h \