fsync.c\unistd\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/unistd/fsync.c
blob: 7a1c80b5de0d801d853163fed58f4372b4771f43 (plain) (blame)
1
2
3
4
5
6
7
#include <unistd.h>
#include "syscall.h"
int fsync(int fd)
{
	return syscall_cp(SYS_fsync, fd);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月07日 15:17:53 +0000

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