chiark / gitweb /
+ General Improvements:
[adns.git] / regress / hsyscalls.i4
index a31c7088607eabb140fe6b4ae66cc56b82c92205..b3ccd73a5ffdfaefd906747cb3d9c08de78a0c7a 100644 (file)
@@ -120,3 +120,11 @@ hm_syscall(
        hm_arg_fd(fd) hm_na
        hm_arg_bytes_in(void,buf,size_t,len) hm_na
 ')
+
+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(void*, malloc, `size_t sz')
+hm_specsyscall(void, free, `void *ptr')
+hm_specsyscall(void*, realloc, `void *op, size_t nsz')
+hm_specsyscall(void, exit, `int rv', NONRETURNING)