bits/syscall.h: add landlock syscalls from linux v5.13
[musl.git] / src / time / times.c
blobc4a100f79b10767291dea6c4cbfb1c9d52f782db
1 #include <sys/times.h>
2 #include "syscall.h"
4 clock_t times(struct tms *tms)
6 return __syscall(SYS_times, tms);