blob: 65f8d9764b3c5786579fb9c41240cd87802c6d4b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef _MACH_H
#include_next <mach.h>
#include <mach-shortcuts-hidden.h>
#ifndef _ISOMAC
libc_hidden_proto (__mach_msg_destroy)
libc_hidden_proto (__mach_msg)
#endif
#endif
|