summaryrefslogtreecommitdiff
path: root/sysdeps/mach/include/mach.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/include/mach.h')
-rw-r--r--sysdeps/mach/include/mach.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/mach/include/mach.h b/sysdeps/mach/include/mach.h
new file mode 100644
index 0000000000..65f8d9764b
--- /dev/null
+++ b/sysdeps/mach/include/mach.h
@@ -0,0 +1,8 @@
+#ifndef _MACH_H
+#include_next <mach.h>
+#include <mach-shortcuts-hidden.h>
+#ifndef _ISOMAC
+libc_hidden_proto (__mach_msg_destroy)
+libc_hidden_proto (__mach_msg)
+#endif
+#endif