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/klogctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/klogctl.c')
-rw-r--r--src/linux/klogctl.c 7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/linux/klogctl.c b/src/linux/klogctl.c
new file mode 100644
index 00000000..6c288aff
--- /dev/null
+++ b/src/linux/klogctl.c
@@ -0,0 +1,7 @@
+#define SYSCALL_STANDALONE
+#include "syscall.h"
+
+int klogctl (int type, char *buf, int len)
+{
+ return syscall3(__NR_syslog, type, (long)buf, len);
+}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月11日 23:35:46 +0000

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