X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/132a5a4a47f9dbc7c52ee15234d70258c59ccf8e..417ef7de00568897d331d282478d93b323574f8c:/lib/syscalls.h diff --git a/lib/syscalls.h b/lib/syscalls.h index 9f8bd20..e45125a 100644 --- a/lib/syscalls.h +++ b/lib/syscalls.h @@ -48,6 +48,7 @@ int xprintf(const char *, ...) void xfclose(FILE *); int xnice(int); void xgettimeofday(struct timeval *, struct timezone *); +time_t xtime(time_t *when); /* the above all call @fatal@ if the system call fails */ void nonblock(int fd);