mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-13 20:50:08 +00:00
c5896a4595
This reverts commit d4379e0216
: the proper
headers are actually already getting installed.
9 lines
210 B
C
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
|