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