Sign in
mojo
/
mojo
/
d050fec1c16c8f01d156da9b69aaa55932200eac
/
.
/
fusl
/
src
/
linux
/
adjtimex.c
blob: 91de6824c32b8dabd48151352a24d254d6ec499c [
file
]
#include
<sys/timex.h>
#include
"syscall.h"
int
adjtimex
(
struct
timex
*
tx
)
{
return
syscall
(
SYS_adjtimex
,
tx
);
}