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