mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
* 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
116 B
C
7 lines
116 B
C
#ifndef _MACH_ERROR_
|
|
#include_next <mach_error.h>
|
|
#ifndef _ISOMAC
|
|
libc_hidden_proto (mach_error_type)
|
|
#endif
|
|
#endif
|