diff options
Diffstat (limited to 'include/mach/mig_support.h')
-rw-r--r-- | include/mach/mig_support.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mach/mig_support.h b/include/mach/mig_support.h index 7b9015d7e7..b027237692 100644 --- a/include/mach/mig_support.h +++ b/include/mach/mig_support.h @@ -1,6 +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 |