Le 20/02/2023 à 09:58, Mathis Marion a écrit :
From: Mathis Marion
When reading the expiration count from a timerfd, the endianness of the
64bit value read is the one of the host, just as for eventfds.
Signed-off-by: Mathis Marion
---
linux-user/fd-trans.c | 10 +++---
linux-user/fd-tr
Le 20/02/2023 à 09:58, Mathis Marion a écrit :
From: Mathis Marion
When reading the expiration count from a timerfd, the endianness of the
64bit value read is the one of the host, just as for eventfds.
Signed-off-by: Mathis Marion
---
linux-user/fd-trans.c | 10 +++---
linux-user/fd-tr
From: Mathis Marion
When reading the expiration count from a timerfd, the endianness of the
64bit value read is the one of the host, just as for eventfds.
Signed-off-by: Mathis Marion
---
linux-user/fd-trans.c | 10 +++---
linux-user/fd-trans.h | 1 +
linux-user/syscall.c | 8 ++--