summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-04 17:56:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-04 17:56:42 +0000
commite3ae6e4107ffa3c76ed73c664d38ab1dd955b2d6 (patch)
treead39e999cc95f96ca74fed94b2decdaea638c442
parent9765f9f535913cd0d73a270f8c2271ecb43ba3a1 (diff)
downloadATCD-e3ae6e4107ffa3c76ed73c664d38ab1dd955b2d6.tar.gz
*** empty log message ***
-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 04c97798aa7..97616f911e2 100644
--- a/ace/SV_Semaphore_Simple.h
+++ b/ace/SV_Semaphore_Simple.h
@@ -29,7 +29,7 @@ public:
enum
{
ACE_CREATE = IPC_CREAT,
- ACE_EXEL = IPC_EXEL,
+ ACE_EXCL = IPC_EXCL,
ACE_OPEN = 0
};