chiark / gitweb /
regress: redirect clock_gettime
[adns.git] / regress / hsyscalls.i4
index fc76fd180c6213d8d2181a6133cc45020f7db7a9..dbc584f031ffb8f087eb1a03e99b6e70311ef960 100644 (file)
@@ -133,6 +133,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(int, clock_gettime, `clockid_t clk, struct timespec *ts')
 hm_specsyscall(pid_t, getpid, `void')
 hm_specsyscall(int, close, `int fd')