Searched hist:"34 d6086236baeb59f4b46e2380f2b271acd6f6cf" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | diff 34d6086236baeb59f4b46e2380f2b271acd6f6cf Tue Apr 29 06:11:20 CDT 2014 Natanael Copa <ncopa@alpinelinux.org> linux-user: avoid using glibc internals in _syscall5 and in definition of target_sigevent struct
Use the public sigset_t instead of the glibc specific internal __sigset_t in _syscall.
Calculate the sigevent pad size is calculated in similar way as kernel does it instead of using glibc internal field _pad.
This is needed for building with musl libc.
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
|
H A D | syscall.c | diff 34d6086236baeb59f4b46e2380f2b271acd6f6cf Tue Apr 29 06:11:20 CDT 2014 Natanael Copa <ncopa@alpinelinux.org> linux-user: avoid using glibc internals in _syscall5 and in definition of target_sigevent struct
Use the public sigset_t instead of the glibc specific internal __sigset_t in _syscall.
Calculate the sigevent pad size is calculated in similar way as kernel does it instead of using glibc internal field _pad.
This is needed for building with musl libc.
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
|