diff options
Diffstat (limited to 'mach/msg-destroy.c')
-rw-r--r-- | mach/msg-destroy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mach/msg-destroy.c b/mach/msg-destroy.c index bc7dd558e9..7429ecbc2d 100644 --- a/mach/msg-destroy.c +++ b/mach/msg-destroy.c @@ -189,6 +189,7 @@ __mach_msg_destroy (mach_msg_header_t *msg) } weak_alias (__mach_msg_destroy, mach_msg_destroy) +libc_hidden_def (__mach_msg_destroy) static void mach_msg_destroy_port (mach_port_t port, mach_msg_type_name_t type) |