Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
5ca6953f3a1cc29320484ad8585f6e2b4239d6cf
/
.
/
src
/
linux
/
adjtimex.c
blob: e9d727cf3af40caf6859a21694ff451148a9b576 [
file
] [
log
] [
blame
]
#include
<sys/timex.h>
#include
<time.h>
int
adjtimex
(
struct
timex
*
tx
)
{
return
clock_adjtime
(
CLOCK_REALTIME
,
tx
);
}