summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 6f79c137933..f672a84d7f1 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -310,7 +310,7 @@ typedef int key_t;
# define ENOMEM 12 /* Not enough core */
# endif /* ENOMEM */
# if !defined (EACCESS)
-# define EACCES 13 /* Permission denied */
+# define EACCESS 13 /* Permission denied */
# endif /* EACCESS */
# if !defined (EFAULT)
# define EFAULT 14 /* Bad access */