[LTP] [PATCH v2 2/5] syscalls: Add epoll_wait13

Andrea Cervesato andrea.cervesato@suse.com
Thu Jul 30 13:10:24 CEST 2026


>		if (fds[i][0] > 0) {
>			  SAFE_CLOSE(fds[i][0]);
>			  SAFE_CLOSE(fds[i][1]);
>		}

It's worth to change the statement to check for fd != -1.
Otherwise:

Reviewed-by: Andrea Cervesato <andrea.cervesato@suse.com>

--
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com


More information about the ltp mailing list