__NR_time
syscall_nr = __NR_time;
: "0" (__NR_time), "D" (t) : "cc", "r11", "cx", "memory");
#ifdef __NR_time
return syscall(__NR_time, tloc);