mknodat.c\stat\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/stat/mknodat.c
blob: 7c97c91aaa58bf5ae2a0be33348ad01f3fd8baac (plain) (blame)
1
2
3
4
5
6
7
#include <sys/stat.h>
#include "syscall.h"
int mknodat(int fd, const char *path, mode_t mode, dev_t dev)
{
	return syscall(SYS_mknodat, fd, path, mode, dev);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月03日 12:03:51 +0000

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