about summary refs log tree commit diff
path: root/sysdeps/mach/include/mach_error.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-18 02:07:17 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-18 02:07:17 +0200
commitc4375964dbf8194375a351b0d34ad9be5d4bda3b (patch)
tree5de7c531131be80145116348d78d0a44b2b355d0 /sysdeps/mach/include/mach_error.h
parent8323a9022eea1b1d149eee6a8121a33c4d007bca (diff)
downloadglibc-c4375964dbf8194375a351b0d34ad9be5d4bda3b.tar.gz
glibc-c4375964dbf8194375a351b0d34ad9be5d4bda3b.tar.xz
glibc-c4375964dbf8194375a351b0d34ad9be5d4bda3b.zip
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/.
Diffstat (limited to 'sysdeps/mach/include/mach_error.h')
-rw-r--r--sysdeps/mach/include/mach_error.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/mach/include/mach_error.h b/sysdeps/mach/include/mach_error.h
deleted file mode 100644
index 91463eb672..0000000000
--- a/sysdeps/mach/include/mach_error.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#ifndef	_MACH_ERROR_
-#include_next <mach_error.h>
-libc_hidden_proto (mach_error_type)
-#endif