()
| 481 | |
| 482 | #[inline] |
| 483 | pub(crate) fn sync() { |
| 484 | unsafe { ret_infallible(syscall_readonly!(__NR_sync)) } |
| 485 | } |
| 486 | |
| 487 | #[inline] |
| 488 | pub(crate) fn fstat(fd: BorrowedFd<'_>) -> io::Result<Stat> { |
nothing calls this directly
no test coverage detected