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