summaryrefslogtreecommitdiff
path: root/sysdeps/mach/include/mach/mach_traps.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/include/mach/mach_traps.h')
-rw-r--r--sysdeps/mach/include/mach/mach_traps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/include/mach/mach_traps.h b/sysdeps/mach/include/mach/mach_traps.h
index 2d4c1f9c5f..c43349524d 100644
--- a/sysdeps/mach/include/mach/mach_traps.h
+++ b/sysdeps/mach/include/mach/mach_traps.h
@@ -1,6 +1,7 @@
#ifndef _MACH_MACH_TRAPS_H
#include_next <mach/mach_traps.h>
+#ifndef _ISOMAC
extern mach_port_t __mach_reply_port (void);
libc_hidden_proto (__mach_reply_port)
extern mach_port_t __mach_thread_self (void);
@@ -19,3 +20,4 @@ libc_hidden_proto (__thread_switch)
kern_return_t __evc_wait (unsigned int event);
libc_hidden_proto (__evc_wait)
#endif
+#endif