1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Revert "hurd: Fix mach installed headers test"

This reverts commit d4379e0216: the proper
headers are actually already getting installed.
This commit is contained in:
Samuel Thibault
2018-04-20 00:54:18 +02:00
parent 81b032c833
commit c5896a4595
5 changed files with 4 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
#ifndef _MACH_H
#include_next <mach.h>
#ifndef _ISOMAC
libc_hidden_proto (__mach_msg_destroy)
#endif
#endif