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
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/fsync.c')
-rw-r--r--src/unistd/fsync.c 3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/unistd/fsync.c b/src/unistd/fsync.c
index 5991c66b..dc4727cc 100644
--- a/src/unistd/fsync.c
+++ b/src/unistd/fsync.c
@@ -3,6 +3,5 @@
int fsync(int fd)
{
- //return syscall(SYS_fsync, fd);
- return 0;
+ return syscall(SYS_fsync, fd);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月06日 22:33:59 +0000

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