diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-16 02:35:17 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-16 02:50:30 +0200 |
commit | 7a646a93fadef8841c724501fe723b383069191e (patch) | |
tree | 6798c3649a7a74738f91657b4f8c9cab7ba93056 /sysdeps | |
parent | c1b7586c544957998c0f53711fa91e5de72cc819 (diff) | |
download | glibc-7a646a93fadef8841c724501fe723b383069191e.zip glibc-7a646a93fadef8841c724501fe723b383069191e.tar.gz glibc-7a646a93fadef8841c724501fe723b383069191e.tar.bz2 |
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')
-rw-r--r-- | sysdeps/mach/include/mach.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/include/mach.h b/sysdeps/mach/include/mach.h index fff8349..65f8d97 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 |