@@ -23,12 +23,14 @@
[adns] / regress / hsyscalls.i4
index e81072a..59206e0 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