implement fdatasync

Change-Id: I2aefc1acebce93a2c53a6d3be5eef3b9e69480ec
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8507
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: nephele nephele <[email protected]>
Reviewed-by: Jérôme Duval <[email protected]>
This commit is contained in:
Pascal Abresch
2025-07-07 15:20:18 +00:00
committed by waddlesplash
parent 258fce50e0
commit 8e086795b2
29 changed files with 51 additions and 43 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ extern int _kern_open_dir_entry_ref(dev_t device, ino_t inode,
extern int _kern_open_dir(int fd, const char *path);
extern int _kern_open_parent_dir(int fd, char *name,
size_t nameLength);
extern status_t _kern_fsync(int fd);
extern status_t _kern_fsync(int fd, bool dataOnly);
extern off_t _kern_seek(int fd, off_t pos, int seekType);
extern status_t _kern_create_dir_entry_ref(dev_t device, ino_t inode,
const char *name, int perms);