Home
last modified time | relevance | path

Searched refs:SYS_fdatasync (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/unistd/
Dfdatasync.c6 return syscall_cp(SYS_fdatasync, fd); in fdatasync()
/third_party/musl/porting/liteos_a/user/src/unistd/
Dfdatasync.c9 return syscall_cp(SYS_fdatasync, fd); in fdatasync()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h533 #define SYS_fdatasync 148 macro