remove long-obsolete clang workarounds from mips* syscall_arch.h files
[musl.git] / src / linux / adjtimex.c
blob91de6824c32b8dabd48151352a24d254d6ec499c
1 #include <sys/timex.h>
2 #include "syscall.h"
4 int adjtimex(struct timex *tx)
6 return syscall(SYS_adjtimex, tx);