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

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