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/settimeofday.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/settimeofday.c')
-rw-r--r--src/linux/settimeofday.c 7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/linux/settimeofday.c b/src/linux/settimeofday.c
new file mode 100644
index 00000000..bd7e4104
--- /dev/null
+++ b/src/linux/settimeofday.c
@@ -0,0 +1,7 @@
+#include <sys/time.h>
+#include "syscall.h"
+
+int settimeofday(const struct timeval *tv, void *tz)
+{
+ return syscall2(__NR_settimeofday, (long)tv, 0);
+}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月24日 04:50:11 +0000

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