mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
parent
7096914dd8
commit
3e85650423
@ -241,7 +241,7 @@ _hurd_intr_rpc_mach_msg (mach_msg_header_t *msg,
|
|||||||
const vm_size_t length = ((number * size) + 7) >> 3;
|
const vm_size_t length = ((number * size) + 7) >> 3;
|
||||||
if (ty->msgtl_header.msgt_inline)
|
if (ty->msgtl_header.msgt_inline)
|
||||||
{
|
{
|
||||||
clean_inlined_ports ((mach_port_name_inlined_t *) data);
|
clean_inlined_ports (data);
|
||||||
/* Move to the next argument. */
|
/* Move to the next argument. */
|
||||||
ty = (void *) PTR_ALIGN_UP (data + length, __alignof__ (uintptr_t));
|
ty = (void *) PTR_ALIGN_UP (data + length, __alignof__ (uintptr_t));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user