lstat.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/lstat.c
blob: 8f60358c19c19e9df8e5df653522b98935eb411b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <sys/stat.h>
#include "syscall.h"
#include "libc.h"
int lstat(const char *restrict path, struct stat *restrict buf)
{
	return syscall(SYS_lstat, path, buf);
}
LFS64(lstat);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月23日 05:14:20 +0000

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