about summary refs log tree commit diff
path: root/include/mach
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-19 00:42:14 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-19 00:42:14 +0200
commitd4379e0216d01fd1395b1f3b37255e3486760135 (patch)
tree93f46f004c112d40ee0d06c6c2f10779d2edb760 /include/mach
parentc15f10ee78c6fa837732bb0b3d6cec44e4171fcd (diff)
downloadglibc-d4379e0216d01fd1395b1f3b37255e3486760135.tar.gz
glibc-d4379e0216d01fd1395b1f3b37255e3486760135.tar.xz
glibc-d4379e0216d01fd1395b1f3b37255e3486760135.zip
hurd: Fix mach installed headers test
	* include/lock-intern.h [!_ISOMAC]: Do not declare libc hidden
	prototypes.
	* include/mach.h [!_ISOMAC]: Likewise.
	* include/mach/mig_support.h [!_ISOMAC]: Likewise.
	* include/mach_error.h [!_ISOMAC]: Likewise.
Diffstat (limited to 'include/mach')
-rw-r--r--include/mach/mig_support.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mach/mig_support.h b/include/mach/mig_support.h
index 7b9015d7e7..b027237692 100644
--- a/include/mach/mig_support.h
+++ b/include/mach/mig_support.h
@@ -1,6 +1,8 @@
 #ifndef _MACH_MIG_SUPPORT_H
 #include_next <mach/mig_support.h>
+#ifndef _ISOMAC
 libc_hidden_proto (__mig_get_reply_port)
 libc_hidden_proto (__mig_dealloc_reply_port)
 libc_hidden_proto (__mig_init)
 #endif
+#endif