summaryrefslogtreecommitdiff
path: root/ace/SV_Semaphore_Simple.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-17 23:14:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-17 23:14:00 +0000
commit78a6ba1453b29ff59b3bda5ba9ca330ac6909891 (patch)
treea93752fd878893a67da73f171cbb9107afb6cacd /ace/SV_Semaphore_Simple.h
parent345fdad8f1c4c19cf624d8c3623006d9fae39c2e (diff)
downloadATCD-78a6ba1453b29ff59b3bda5ba9ca330ac6909891.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/SV_Semaphore_Simple.h')
-rw-r--r--ace/SV_Semaphore_Simple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SV_Semaphore_Simple.h b/ace/SV_Semaphore_Simple.h
index 3ad7410df41..a3da30f65e1 100644
--- a/ace/SV_Semaphore_Simple.h
+++ b/ace/SV_Semaphore_Simple.h
@@ -97,7 +97,7 @@ public:
// Tannenbaums UP operation.
// = Semaphore operation methods.
- int op (int val, u_short semnum = 0, int flags = 0) const;
+ int op (int val, u_short semnum = 0, int flags = SEM_UNDO) const;
// General ACE_SV_Semaphore operation. Increment or decrement by a
// specific amount (positive or negative; amount can`t be zero).