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