uname.c\misc\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/misc/uname.c
blob: 46db90d30bf7a32f87085db5d5e57ddba4992a69 (plain) (blame)
1
2
3
4
5
6
7
8
#include <sys/utsname.h>
#include <string.h>
#include "syscall.h"
int uname(struct utsname *uts)
{
	return syscall(SYS_uname, uts);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月04日 20:39:37 +0000

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