[LTP] [PATCH v2 2/2] syscalls/epoll_wait01: cleanup data structure usage

Cyril Hrubis chrubis@suse.cz
Fri Jul 28 11:59:51 CEST 2017


Hi!
>  		if (TEST_RETURN <= 0) {
>  			tst_resm(TFAIL | TTERRNO, "epoll_wait() returned %i",
                                                                          ^
							The TEST_RETURN
							is long hence
							this has to be
							%li

I've ammended this changed to this patch and pushed both, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list