diff options
Diffstat (limited to 'sysdeps/mach/include/mach.h')
-rw-r--r-- | sysdeps/mach/include/mach.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/mach/include/mach.h b/sysdeps/mach/include/mach.h new file mode 100644 index 0000000000..b4c2f45240 --- /dev/null +++ b/sysdeps/mach/include/mach.h @@ -0,0 +1,6 @@ +#ifndef _MACH_H +#include_next <mach.h> +#ifndef _ISOMAC +libc_hidden_proto (__mach_msg_destroy) +#endif +#endif |