chiark / gitweb /
Add test for TCP responses which end up in several packets.
[adns.git] / regress / hsyscalls.i4
index e81072ad91ef2263bd0e0cf39fff7a2dc23a59c6..59206e078951d0e26250a702005b96b00fcd0d4e 100644 (file)
@@ -56,6 +56,14 @@ hm_syscall(
        hm_arg_timeval_in_rel_null(to) hm_na
 ')
 
+#ifdef HAVE_POLL
+hm_syscall(
+       poll, `hm_rv_any', `
+        hm_arg_pollfds_io(fds,nfds) hm_na
+       hm_arg_int(timeout) hm_na
+')
+#endif
+
 hm_syscall(
        socket, `hm_rv_fd', `
        hm_arg_must(int,domain,AF_INET) hm_na