repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move msghdr and cmsghdr out of bits/socket.h
[musl.git]
/
src
/
linux
/
adjtimex.c
blob
e9d727cf3af40caf6859a21694ff451148a9b576
1
#include <sys/timex.h>
2
#include <time.h>
3
4
int
adjtimex
(
struct
timex
*
tx
)
5
{
6
return
clock_adjtime
(
CLOCK_REALTIME
,
tx
);
7
}