diff options
Diffstat (limited to 'dev-libs/zthread/files/zthread-2.3.2-no-fpermissive-r1.diff')
-rw-r--r-- | dev-libs/zthread/files/zthread-2.3.2-no-fpermissive-r1.diff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/zthread/files/zthread-2.3.2-no-fpermissive-r1.diff b/dev-libs/zthread/files/zthread-2.3.2-no-fpermissive-r1.diff index 94b42eedfbf3..b8f68f59dd2a 100644 --- a/dev-libs/zthread/files/zthread-2.3.2-no-fpermissive-r1.diff +++ b/dev-libs/zthread/files/zthread-2.3.2-no-fpermissive-r1.diff @@ -1,5 +1,5 @@ ---- a/include/zthread/Guard.h 2008-07-22 14:46:28.000000000 +0200 -+++ b/include/zthread/Guard.h 2008-07-22 14:51:41.000000000 +0200 +--- a/include/zthread/Guard.h ++++ b/include/zthread/Guard.h @@ -491,7 +491,7 @@ try { @@ -9,8 +9,8 @@ LockingPolicy::destroyScope(*this); } catch (...) { /* ignore */ } ---- a/src/MutexImpl.h 2008-07-22 14:54:40.000000000 +0200 -+++ b/src/MutexImpl.h 2008-07-22 15:03:30.000000000 +0200 +--- a/src/MutexImpl.h ++++ b/src/MutexImpl.h @@ -153,7 +153,7 @@ _owner = self; |