diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-09-17 23:14:00 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-09-17 23:14:00 +0000 |
commit | 78a6ba1453b29ff59b3bda5ba9ca330ac6909891 (patch) | |
tree | a93752fd878893a67da73f171cbb9107afb6cacd /ace/SV_Semaphore_Simple.h | |
parent | 345fdad8f1c4c19cf624d8c3623006d9fae39c2e (diff) | |
download | ATCD-78a6ba1453b29ff59b3bda5ba9ca330ac6909891.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SV_Semaphore_Simple.h')
-rw-r--r-- | ace/SV_Semaphore_Simple.h | 2 |
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). |