refactor adjtime function using adjtimex function instead of syscall
[musl] / src / internal / syscall_ret.c
index e4a1bdb..a3f4713 100644 (file)
@@ -1,5 +1,5 @@
 #include <errno.h>
-#include <unistd.h>
+#include "syscall.h"
 
 long __syscall_ret(unsigned long r)
 {