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

hurd: Fix spurious installation of headers defining hidden prototypes

* sysdeps/mach/include/lock-intern.h: Move to include/.
	* sysdeps/mach/include/mach.h: Move to include/.
	* sysdeps/mach/include/mach/mig_support.h: Move to include/mach/.
	* sysdeps/mach/include/mach_error.h: Move to include/.
This commit is contained in:
Samuel Thibault
2018-04-18 02:07:17 +02:00
parent 8323a9022e
commit c4375964db
5 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +0,0 @@
#ifndef _MACH_ERROR_
#include_next <mach_error.h>
libc_hidden_proto (mach_error_type)
#endif