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
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/linux/syncfs.c 4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/linux/syncfs.c b/src/linux/syncfs.c
index fe2b8a70..bc7d301e 100644
--- a/src/linux/syncfs.c
+++ b/src/linux/syncfs.c
@@ -2,7 +2,7 @@
#include <unistd.h>
#include "syscall.h"
-void syncfs(int fd)
+int syncfs(int fd)
{
- __syscall(SYS_syncfs, fd);
+ return syscall(SYS_syncfs, fd);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月14日 05:24:45 +0000

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