diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-19 00:42:14 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-19 00:42:14 +0200 |
commit | d4379e0216d01fd1395b1f3b37255e3486760135 (patch) | |
tree | 93f46f004c112d40ee0d06c6c2f10779d2edb760 /include/mach.h | |
parent | c15f10ee78c6fa837732bb0b3d6cec44e4171fcd (diff) |
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.h')
-rw-r--r-- | include/mach.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mach.h b/include/mach.h index 1f77100b6e..b4c2f45240 100644 --- a/include/mach.h +++ b/include/mach.h @@ -1,4 +1,6 @@ #ifndef _MACH_H #include_next <mach.h> +#ifndef _ISOMAC libc_hidden_proto (__mach_msg_destroy) #endif +#endif |