mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
7a646a93fa
* sysdeps/mach/include/mach.h (__mach_msg): Add hidden prototype. * mach/msg.c: Include <mach.h>. (__mach_msg): Add hidden definition.
9 lines
174 B
C
9 lines
174 B
C
#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
|