fix up adnstest for r_unknown; tests for r_unknown
[adns] / regress / hsyscalls.i4
index d5a57b7..cf9f958 100644 (file)
@@ -89,6 +89,18 @@ hm_syscall(
 ')
 
 hm_syscall(
+       bind, `hm_rv_succfail', `
+       hm_arg_fd(fd) hm_na
+       hm_arg_addr_in(addr,addrlen) hm_na
+')
+
+hm_syscall(
+       listen, `hm_rv_succfail', `
+       hm_arg_fd(fd) hm_na
+       hm_arg_int(backlog) hm_na
+')
+
+hm_syscall(
        close, `hm_rv_succfail', `
        hm_arg_fd(fd) hm_na
 ')
@@ -123,6 +135,7 @@ hm_syscall(
 
 hm_specsyscall(int, writev, `int fd, const struct iovec *vector, size_t count')
 hm_specsyscall(int, gettimeofday, `struct timeval *tv, struct timezone *tz')
+hm_specsyscall(pid_t, getpid, `void')
 
 hm_specsyscall(void*, malloc, `size_t sz')
 hm_specsyscall(void, free, `void *ptr')