summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2009-08-23 17:37:40 +0000
committerSamuel Thibault <sthibault@debian.org>2009-08-23 17:37:40 +0000
commit90e2c8c62fdd26c45f939ab6983334586509927c (patch)
tree58c256995005f5a1ed1c93421d0ca067c17e9b74
parentaae7809417f1c88c7287d52dc3faf57bc7c12a65 (diff)
debian/patches/libpthread_no_recursive_mutex_initializer.patch: Remove unused patch.
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/libpthread_no_recursive_mutex_initializer.patch20
2 files changed, 7 insertions, 20 deletions
diff --git a/debian/changelog b/debian/changelog
index ddf38a35..dd03e83d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hurd (20090404-2) unreleased; urgency=low
+
+ * debian/patches/libpthread_no_recursive_mutex_initializer.patch: Remove
+ unused patch.
+
+ -- Samuel Thibault <sthibault@debian.org> Sun, 23 Aug 2009 19:35:58 +0200
+
hurd (20090404-1) unstable; urgency=low
[ Michael Banck ]
diff --git a/debian/patches/libpthread_no_recursive_mutex_initializer.patch b/debian/patches/libpthread_no_recursive_mutex_initializer.patch
deleted file mode 100644
index 0d49523b..00000000
--- a/debian/patches/libpthread_no_recursive_mutex_initializer.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: libpthread/include/pthread/pthread.h
-===================================================================
-RCS file: /cvsroot/hurd/hurd/libpthread/include/pthread/pthread.h,v
-retrieving revision 1.17
-diff -u -p -r1.17 pthread.h
---- libpthread/include/pthread/pthread.h 10 Jan 2009 13:22:26 -0000 1.17
-+++ libpthread/include/pthread/pthread.h 8 May 2009 00:14:04 -0000
-@@ -310,12 +310,6 @@ extern int pthread_mutexattr_settype(pth
- #include <bits/mutex.h>
-
- #define PTHREAD_MUTEX_INITIALIZER __PTHREAD_MUTEX_INITIALIZER
--/* Static initializer for recursive mutexes. */
--
--#ifdef __USE_GNU
--# define PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP \
-- __PTHREAD_RECURSIVE_MUTEX_INITIALIZER
--#endif
-
- /* Create a mutex with attributes given by ATTR and store it in
- *__MUTEX. */