mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-20 23:13:30 +08:00
c5896a4595
This reverts commit d4379e0216
: the proper
headers are actually already getting installed.
7 lines
108 B
C
7 lines
108 B
C
#ifndef _MACH_H
|
|
#include_next <mach.h>
|
|
#ifndef _ISOMAC
|
|
libc_hidden_proto (__mach_msg_destroy)
|
|
#endif
|
|
#endif
|