aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/errno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/errno.hxx')
-rw-r--r--libxsde/xsde/cxx/errno.hxx23
1 files changed, 23 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/errno.hxx b/libxsde/xsde/cxx/errno.hxx
new file mode 100644
index 0000000..1669ec5
--- /dev/null
+++ b/libxsde/xsde/cxx/errno.hxx
@@ -0,0 +1,23 @@
+// file : xsde/cxx/errno.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifndef XSDE_CXX_ERRNO_HXX
+#define XSDE_CXX_ERRNO_HXX
+
+namespace xsde
+{
+ namespace cxx
+ {
+ int
+ get_errno ();
+
+ void
+ set_errno (int);
+ }
+}
+
+#include <xsde/cxx/errno.ixx>
+
+#endif // XSDE_CXX_ERRNO_HXX