diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/libpthread_pthreadtypes_h.patch | 2 |
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. */ |