On 1/9/26 1:09 AM, Michael Tokarev wrote:
epoll_pwait2 is the same as epoll_pwait but with timeout being (a pointer to) struct timespec instead of an integer.Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3210 Signed-off-by: Michael Tokarev <[email protected]> --- linux-user/syscall.c | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
