mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 09:30:06 +00:00
c5896a4595
This reverts commit d4379e0216
: the proper
headers are actually already getting installed.
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
|