summaryrefslogtreecommitdiff
path: root/sysdeps/mach/include/mach_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/include/mach_error.h')
-rw-r--r--sysdeps/mach/include/mach_error.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/mach/include/mach_error.h b/sysdeps/mach/include/mach_error.h
new file mode 100644
index 0000000000..de1c4ca4fe
--- /dev/null
+++ b/sysdeps/mach/include/mach_error.h
@@ -0,0 +1,6 @@
+#ifndef _MACH_ERROR_
+#include_next <mach_error.h>
+#ifndef _ISOMAC
+libc_hidden_proto (mach_error_type)
+#endif
+#endif