glibc/include/mach.h
Samuel Thibault d4379e0216 hurd: Fix mach installed headers test
* include/lock-intern.h [!_ISOMAC]: Do not declare libc hidden
	prototypes.
	* include/mach.h [!_ISOMAC]: Likewise.
	* include/mach/mig_support.h [!_ISOMAC]: Likewise.
	* include/mach_error.h [!_ISOMAC]: Likewise.
2018-04-19 00:42:14 +02:00

7 lines
108 B
C

#ifndef _MACH_H
#include_next <mach.h>
#ifndef _ISOMAC
libc_hidden_proto (__mach_msg_destroy)
#endif
#endif