]> sourceware.org Git - glibc.git/commit
hurd: Use mach_msg_type_number_t where appropriate
authorSergey Bugaev <bugaevc@gmail.com>
Sun, 12 Feb 2023 11:10:33 +0000 (14:10 +0300)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 12 Feb 2023 14:52:07 +0000 (15:52 +0100)
commitf4315054b46d5e58b44a709a51943fb73f846afb
tree08dd446b613f6549260c17b3060453fa040eb4d8
parent8a86e7b6a67f21294ada5bf67f3484ae3e134848
hurd: Use mach_msg_type_number_t where appropriate

It has been decided that on x86_64, mach_msg_type_number_t stays 32-bit.
Therefore, it's not possible to use mach_msg_type_number_t
interchangeably with size_t, in particular this breaks when a pointer to
a variable is passed to a MIG routine.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20230212111044.610942-3-bugaevc@gmail.com>
hurd/hurdioctl.c
hurd/hurdprio.c
hurd/lookup-retry.c
hurd/xattr.c
sysdeps/mach/hurd/getcwd.c
sysdeps/mach/hurd/readlinkat.c
sysdeps/mach/hurd/sendfile64.c
This page took 0.046442 seconds and 5 git commands to generate.