glibc/sysdeps/mach/include/mach/mig_support.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

9 lines
210 B
C

#ifndef _MACH_MIG_SUPPORT_H
#include_next <mach/mig_support.h>
#ifndef _ISOMAC
libc_hidden_proto (__mig_get_reply_port)
libc_hidden_proto (__mig_dealloc_reply_port)
libc_hidden_proto (__mig_init)
#endif
#endif