summaryrefslogtreecommitdiff
path: root/sysdeps/mach/include/mach/mig_support.h
blob: b027237692a1371cc8fcc3a1c93f84d7514104b1 (plain)
1
2
3
4
5
6
7
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