diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-04 17:18:01 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-04 17:18:01 +0000 |
commit | 9f535c225adfa5ed49d9d30746fc6673c3f60c79 (patch) | |
tree | 041fc3a56b900787325413c568dacca48b2a3b81 /ace/SV_Semaphore_Simple.h | |
parent | a664b03104413dbcf885a6b64b34989ec747491d (diff) | |
download | ATCD-9f535c225adfa5ed49d9d30746fc6673c3f60c79.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SV_Semaphore_Simple.h')
-rw-r--r-- | ace/SV_Semaphore_Simple.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/SV_Semaphore_Simple.h b/ace/SV_Semaphore_Simple.h index a3da30f65e1..04c97798aa7 100644 --- a/ace/SV_Semaphore_Simple.h +++ b/ace/SV_Semaphore_Simple.h @@ -29,6 +29,7 @@ public: enum { ACE_CREATE = IPC_CREAT, + ACE_EXEL = IPC_EXEL, ACE_OPEN = 0 }; |