summaryrefslogtreecommitdiff
path: root/data/iphoneos-sdk/v1/cerrno
diff options
context:
space:
mode:
Diffstat (limited to 'data/iphoneos-sdk/v1/cerrno')
-rwxr-xr-xdata/iphoneos-sdk/v1/cerrno33
1 files changed, 33 insertions, 0 deletions
diff --git a/data/iphoneos-sdk/v1/cerrno b/data/iphoneos-sdk/v1/cerrno
new file mode 100755
index 000000000..bab13b8aa
--- /dev/null
+++ b/data/iphoneos-sdk/v1/cerrno
@@ -0,0 +1,33 @@
+// -*- C++ -*-
+//===-------------------------- cerrno ------------------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef _LIBCPP_CERRNO
+#define _LIBCPP_CERRNO
+
+/*
+ cerrno synopsis
+
+Macros:
+
+ EDOM
+ EILSEQ // C99
+ ERANGE
+ errno
+
+*/
+
+#include <__config>
+#include <errno.h>
+
+#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
+#pragma GCC system_header
+#endif
+
+#endif // _LIBCPP_CERRNO