__NR_timer_create
__SC_COMP(__NR_timer_create, sys_timer_create, compat_sys_timer_create)
return my_syscall3(__NR_timer_create, clockid, evp, timerid);
__SC_COMP(__NR_timer_create, sys_timer_create, compat_sys_timer_create)
return syscall(__NR_timer_create, CLOCK_MONOTONIC, NULL, id);