summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2009-05-08 00:14:32 +0000
committerSamuel Thibault <sthibault@debian.org>2009-05-08 00:14:32 +0000
commite3bc4a2c4800b841b2ff975ed8f256b580817bfb (patch)
tree683fd2ebe3a27dd949e8e447383aa58c86db1703
parent5a1020c08a9d71af2c32093755debcfc0bfdcb4b (diff)
do not disable adding PTHREAD_RWLOCK_INITIALIZER, that's not the one that poses problems
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/series2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 588e0b68..1499edc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,7 +39,7 @@ hurd (20080921-1) UNRELEASED; urgency=low
* debian/patches/thread-throttle.patch: Remove patch, makes ext2fs hang on
big syncs.
* debian/patches/libpthread_rwlock_initializer.patch: New patch, add missing
- PTHREAD_RWLOCK_INITIALIZER, disabled for now.
+ PTHREAD_RWLOCK_INITIALIZER.
* debian/patches/stat-fix.patch: New patch, fixes some timestamp issues.
* debian/patches/in6_addr.patch: New patch to fix compilation under libc
2.9.
diff --git a/debian/patches/series b/debian/patches/series
index d79b26c6..d8c00182 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,7 +6,7 @@ init_try_runsystem.gnu.patch -p0
install-msgids.diff -p2
libpager_update_seqno.patch -p0
libpthread_mutex_owner.patch -p0
-#libpthread_rwlock_initializer.patch -p0
+libpthread_rwlock_initializer.patch -p0
libpthread_stubs.patch -p0
libpthread_tls.patch -p0
makedev.diff -p0