From 7a646a93fadef8841c724501fe723b383069191e Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 16 Jun 2018 02:35:17 +0200 Subject: hurd: Avoid PLT ref to __mach_msg * sysdeps/mach/include/mach.h (__mach_msg): Add hidden prototype. * mach/msg.c: Include . (__mach_msg): Add hidden definition. --- sysdeps/mach/include/mach.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/mach') 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 #ifndef _ISOMAC libc_hidden_proto (__mach_msg_destroy) +libc_hidden_proto (__mach_msg) #endif #endif -- cgit v1.2.3