X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/812b526d127c6657e571db8b33a58137af6709cd..de37b64085838de48894200ae2b9d49417668a76:/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);