summaryrefslogtreecommitdiff
path: root/ace/os_include/os_fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/os_fcntl.h')
-rw-r--r--ace/os_include/os_fcntl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/os_include/os_fcntl.h b/ace/os_include/os_fcntl.h
index 275d131bb8f..0d456c06043 100644
--- a/ace/os_include/os_fcntl.h
+++ b/ace/os_include/os_fcntl.h
@@ -31,10 +31,10 @@
# include /**/ <fcntl.h>
#endif /* !ACE_LACKS_FCNTL_H */
-#if defined (ACE_VXWORKS) && (ACE_VXWORKS < 0x620)
+#if defined (VXWORKS)
// for creat(), open()
# include /**/ <ioLib.h>
-#endif /* ACE_VXWORKS */
+#endif /* VXWORKS */
// Place all additions (especially function declarations) within extern "C" {}
#ifdef __cplusplus