On 9/1/26 10:09, Michael Tokarev wrote:
All linux targets these days have epoll_pwait system call (while some miss epoll_wait, which is less generic). And all linux targets definitely has one or another epoll_*wait*
s/has/have/?
system call - so whole code block dealing with this system call should always be present. Remove the now-unneeded ifdef'fery. Reviewed-by: Pierrick Bouvier <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- linux-user/syscall.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-)
