adjtimex.c\linux\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/linux/adjtimex.c
blob: e9d727cf3af40caf6859a21694ff451148a9b576 (plain) (blame)
1
2
3
4
5
6
7
#include <sys/timex.h>
#include <time.h>
int adjtimex(struct timex *tx)
{
	return clock_adjtime(CLOCK_REALTIME, tx);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月10日 06:02:09 +0000

AltStyle によって変換されたページ (->オリジナル) /