mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
d4379e0216
* 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.
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
|