glibc/sysdeps/mach/include/mach.h
Samuel Thibault 7a646a93fa hurd: Avoid PLT ref to __mach_msg
* sysdeps/mach/include/mach.h (__mach_msg): Add hidden prototype.
	* mach/msg.c: Include <mach.h>.
	(__mach_msg): Add hidden definition.
2018-06-16 02:50:30 +02:00

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