summaryrefslogtreecommitdiff
path: root/sysdeps/mach/include
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-16 02:35:17 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-16 02:50:30 +0200
commit7a646a93fadef8841c724501fe723b383069191e (patch)
tree6798c3649a7a74738f91657b4f8c9cab7ba93056 /sysdeps/mach/include
parentc1b7586c544957998c0f53711fa91e5de72cc819 (diff)
hurd: Avoid PLT ref to __mach_msg
* sysdeps/mach/include/mach.h (__mach_msg): Add hidden prototype. * mach/msg.c: Include <mach.h>. (__mach_msg): Add hidden definition.
Diffstat (limited to 'sysdeps/mach/include')
-rw-r--r--sysdeps/mach/include/mach.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/include/mach.h b/sysdeps/mach/include/mach.h
index fff8349b82..65f8d9764b 100644
--- a/sysdeps/mach/include/mach.h
+++ b/sysdeps/mach/include/mach.h
@@ -3,5 +3,6 @@
#include <mach-shortcuts-hidden.h>
#ifndef _ISOMAC
libc_hidden_proto (__mach_msg_destroy)
+libc_hidden_proto (__mach_msg)
#endif
#endif