diff options
Diffstat (limited to 'include/mach/message.h')
-rw-r--r-- | include/mach/message.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mach/message.h b/include/mach/message.h index 8f1860f..d640286 100644 --- a/include/mach/message.h +++ b/include/mach/message.h @@ -438,6 +438,9 @@ mach_msg #endif /* LINTLIBRARY */ #endif /* c_plusplus || __STDC__ */ +extern typeof (mach_msg) __mach_msg; +extern typeof (mach_msg_trap) __mach_msg_trap; + /* Definitions for the old IPC interface. */ |