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:
6
sysdeps/mach/include/mach.h
Normal file
6
sysdeps/mach/include/mach.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _MACH_H
|
||||
#include_next <mach.h>
|
||||
#ifndef _ISOMAC
|
||||
libc_hidden_proto (__mach_msg_destroy)
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user