aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/OS_NS_errno.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/ace/OS_NS_errno.cpp')
-rw-r--r--externals/ace/OS_NS_errno.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/externals/ace/OS_NS_errno.cpp b/externals/ace/OS_NS_errno.cpp
new file mode 100644
index 00000000000..ada256d1cbd
--- /dev/null
+++ b/externals/ace/OS_NS_errno.cpp
@@ -0,0 +1,11 @@
+// -*- C++ -*-
+// $Id: OS_NS_errno.cpp 80826 2008-03-04 14:51:23Z wotte $
+
+#include "ace/OS_NS_errno.h"
+
+ACE_RCSID(ace, OS_NS_errno, "$Id: OS_NS_errno.cpp 80826 2008-03-04 14:51:23Z wotte $")
+
+#if !defined (ACE_HAS_INLINED_OSCALLS)
+# include "ace/OS_NS_errno.inl"
+#endif /* ACE_HAS_INLINED_OSCALLS */
+