utimensat.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/utimensat.c
blob: 929698bcc47de1168db21422d66088207a572c9e (plain) (blame)
1
2
3
4
5
6
7
#include <sys/stat.h>
#include "syscall.h"
int utimensat(int fd, const char *path, const struct timespec times[2], int flags)
{
	return syscall(SYS_utimensat, fd, path, times, flags);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月30日 07:31:20 +0000

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