0b44a031
aa398f56
1 2 3 4 5
6
7
#include <time.h> #include "syscall.h" int clock_gettime(clockid_t clk, struct timespec *ts) { return syscall(SYS_clock_gettime, clk, ts); }