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/misc/uname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/uname.c')
-rw-r--r--src/misc/uname.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/uname.c b/src/misc/uname.c
index fbe86643..46db90d3 100644
--- a/src/misc/uname.c
+++ b/src/misc/uname.c
@@ -4,5 +4,5 @@
int uname(struct utsname *uts)
{
- return syscall1(__NR_uname, (long)uts);
+ return syscall(SYS_uname, uts);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月17日 07:54:35 +0000

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