Sign in
mojo
/
mojo
/
de6c20aad64d53a7061c10e724e9924cfec679f6
/
.
/
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
);
}