commit | 91abf0e32994d5c73802b2dadcab3554a61405a9 | [log] [tgz] |
---|---|---|
author | Yong Cong Sin <ycsin@meta.com> | Mon Jun 17 13:39:19 2024 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jul 29 14:14:33 2024 +0200 |
tree | 7119f9271315439985c3c2fde460d5a9cb16392c | |
parent | 11bd1dae337974b8c969b75c59ee72c8ee747d8f [diff] |
posix: fs: implement `fdatasync()` `fdatasync()` is basically equivalent to `fsync()` according to the standards. Added test for it. Signed-off-by: Yong Cong Sin <ycsin@meta.com>