__xstat.c\time32\compat - 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/compat/time32/__xstat.c
blob: e52b5deb2aa58b76c91177cd81c58ebcad31f633 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#include "time32.h"
#include <sys/stat.h>
struct stat32;
int __fxstat(int ver, int fd, struct stat32 *buf)
{
	return __fstat_time32(fd, buf);
}
int __fxstatat(int ver, int fd, const char *path, struct stat32 *buf, int flag)
{
	return __fstatat_time32(fd, path, buf, flag);
}
int __lxstat(int ver, const char *path, struct stat32 *buf)
{
	return __lstat_time32(path, buf);
}
int __xstat(int ver, const char *path, struct stat32 *buf)
{
	return __stat_time32(path, buf);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年11月03日 04:13:26 +0000

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