Sign in
cobalt
/
cobalt.git
/
56d7c4e1a836a7ef6e2823bffb8d1567758b82eb
/
.
/
third_party
/
musl
/
compat
/
time32
/
adjtimex_time32.c
blob: 9c6f190abe030a03a9bfed298ecc9b6364960865 [
file
]
#include
"time32.h"
#include
<time.h>
#include
<sys/timex.h>
struct
timex32
;
int
__adjtimex_time32
(
struct
timex32
*
tx32
)
{
return
__clock_adjtime32
(
CLOCK_REALTIME
,
tx32
);
}