X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-18-errno.c;h=c19ab375e01d081b8c4bac86c89a54c0285316b9;hb=94dd4c2bddd0dc080ad5b85465fa3f45f486967a;hp=f67c0eb02996cfac59b81640b8be3bd875a5537e;hpb=cdffdf5d61f8330cfc3467e73a84876eb3928e9b;p=ccan diff --git a/ccan/io/test/run-18-errno.c b/ccan/io/test/run-18-errno.c index f67c0eb0..c19ab375 100644 --- a/ccan/io/test/run-18-errno.c +++ b/ccan/io/test/run-18-errno.c @@ -109,7 +109,7 @@ int main(void) exit(0); } freeaddrinfo(addrinfo); - ok1(io_loop() == &state + 1); + ok1(io_loop(NULL, NULL) == &state + 1); ok1(state == 4); io_close_listener(l); ok1(wait(&state));