Sign in
mojo
/
mojo-tools
/
8f8c21556bb8bc6ee96d310b1e6d892302b0bfc2
/
.
/
fusl
/
src
/
linux
/
adjtimex.c
blob: c74a1e8490acbc35fc25af7eb1a06487e98d5612 [
file
] [
log
] [
blame
]
#include
<sys/timex.h>
#include
"syscall.h"
int
adjtimex
(
struct
timex
*
tx
)
{
return
syscall
(
SYS_adjtimex
,
tx
);
}