1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-04-23 10:27:48 +03:00
glibc/sysdeps/mach/include/mach_error.h
Samuel Thibault c5896a4595 Revert "hurd: Fix mach installed headers test"
This reverts commit d4379e0216d01fd1395b1f3b37255e3486760135: the proper
headers are actually already getting installed.
2018-04-20 01:27:13 +02:00

7 lines
116 B
C

#ifndef _MACH_ERROR_
#include_next <mach_error.h>
#ifndef _ISOMAC
libc_hidden_proto (mach_error_type)
#endif
#endif