guard against compilers failing to handle setjmp specially by default
[musl.git] / src / linux / adjtimex.c
blobe9d727cf3af40caf6859a21694ff451148a9b576
1 #include <sys/timex.h>
2 #include <time.h>
4 int adjtimex(struct timex *tx)
6 return clock_adjtime(CLOCK_REALTIME, tx);