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
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/adjtimex.c')
-rw-r--r--src/linux/adjtimex.c 7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/linux/adjtimex.c b/src/linux/adjtimex.c
new file mode 100644
index 00000000..91de6824
--- /dev/null
+++ b/src/linux/adjtimex.c
@@ -0,0 +1,7 @@
+#include <sys/timex.h>
+#include "syscall.h"
+
+int adjtimex(struct timex *tx)
+{
+ return syscall(SYS_adjtimex, tx);
+}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月04日 16:19:39 +0000

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