Sign in
cobalt
/
cobalt
/
6c50c1c49c8a70d13dcb47674d70da002e02256c
/
.
/
third_party
/
musl
/
src
/
linux
/
adjtimex.c
blob: e9d727cf3af40caf6859a21694ff451148a9b576 [
file
]
#include
<sys/timex.h>
#include
<time.h>
int
adjtimex
(
struct
timex
*
tx
)
{
return
clock_adjtime
(
CLOCK_REALTIME
,
tx
);
}