glibc/sysdeps/mach/include/mach.h
Samuel Thibault c5896a4595 Revert "hurd: Fix mach installed headers test"
This reverts commit d4379e0216: the proper
headers are actually already getting installed.
2018-04-20 01:27:13 +02:00

7 lines
108 B
C

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