summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2008-08-04 12:09:40 +0000
committerSamuel Thibault <sthibault@debian.org>2008-08-04 12:09:40 +0000
commit555ac7b0766b69975a7054669ddc2194711ccd0d (patch)
tree35e4626eeb6ab3353dbb9d33e9d588cde04a9b08 /debian/patches
parent7fefde206e266d8e0242b1cfac27c44ff7d4fa05 (diff)
* debian/patches/libpthread_pthreadtypes_h.patch: Remove comma at end of
enumeration.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/libpthread_pthreadtypes_h.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/libpthread_pthreadtypes_h.patch b/debian/patches/libpthread_pthreadtypes_h.patch
index e1e92c78..3f26b5ee 100644
--- a/debian/patches/libpthread_pthreadtypes_h.patch
+++ b/debian/patches/libpthread_pthreadtypes_h.patch
@@ -328,7 +328,7 @@ diff -N include/pthread/pthreadtypes.h
+enum __pthread_contentionscope
+ {
+ __PTHREAD_SCOPE_SYSTEM = 0,
-+ __PTHREAD_SCOPE_PROCESS,
++ __PTHREAD_SCOPE_PROCESS
+ };
+
+/* Possible values for the `detachstate' attribute. */