mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 02:38:31 +00:00
Remove sync_file_range()
After hearing horror stories from a trusted colleague, I don't think this is the kind of API we want to be supporting. Also SQLite wisdom regarding fdatasync() has been added to the documentation.
This commit is contained in:
parent
8318d67503
commit
8f5e516b39
14 changed files with 8 additions and 65 deletions
|
@ -108,7 +108,6 @@ i32 sys_sigaction(i32, const void *, void *, i64, i64);
|
|||
i32 sys_sigaltstack(const void *, void *);
|
||||
i32 sys_symlinkat(const char *, i32, const char *);
|
||||
i32 sys_sync(void);
|
||||
i32 sys_sync_file_range(i32, i64, i64, u32);
|
||||
i32 sys_syncfs(i32);
|
||||
i32 sys_syslog(i32, char *, i32);
|
||||
i32 sys_tgkill(i32, i32, i32);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue