summaryrefslogtreecommitdiff
path: root/games/dangerdeep/files/patch-src__condvar.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--games/dangerdeep/files/patch-src__condvar.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/games/dangerdeep/files/patch-src__condvar.h b/games/dangerdeep/files/patch-src__condvar.h
deleted file mode 100644
index 06f52b5bea5f..000000000000
--- a/games/dangerdeep/files/patch-src__condvar.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./src/condvar.h.orig 2007-06-11 11:16:23.000000000 -0400
-+++ ./src/condvar.h 2014-08-11 09:56:15.000000000 -0400
-@@ -43,13 +43,13 @@
-
- /// wait on condition
- ///@param m - mutex to encapsulate waiting condition
-- void wait(mutex& m);
-+ void wait(::mutex& m);
-
- /// wait on condition with timeout
- ///@param m - mutex to encapsulate waiting condition
- ///@param ms - timeout value in milliseconds
- ///@return true when woken up by signal, false on timeout
-- bool timed_wait(mutex& m, unsigned ms);
-+ bool timed_wait(::mutex& m, unsigned ms);
-
- /// send signal to threads that are waiting on the condition.
- ///@note Note that before sending the signal you must make the condition false that would