On 1/8/26 9:43 AM, 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*
system call - so whole code block dealing with this system
call should always be present.

Remove the now-unneeded ifdeff'ery.

Signed-off-by: Michael Tokarev <[email protected]>
---
  linux-user/syscall.c | 8 +-------
  1 file changed, 1 insertion(+), 7 deletions(-)


Makes sense:

       epoll_wait()
              Linux 2.6, glibc 2.3.2.

       epoll_pwait()
              Linux 2.6.19, glibc 2.6.

Which has made this available for 9 years.

Reviewed-by: Pierrick Bouvier <[email protected]>

Reply via email to