diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2019-04-02 14:39:56 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2019-04-02 14:39:56 +0200 |
commit | 4f74bb6059b54df31b9a6cdaf844112a7003b0ff (patch) | |
tree | eb4ed2d1463644e60fd8cc77704ff8546f951c25 /LICENSE | |
parent | e48559eae3ba10e4b4f4c2ce726c31fd038a37ba (diff) | |
download | busybox-4f74bb6059b54df31b9a6cdaf844112a7003b0ff.tar.gz |
fsync,sync: make them similar
sync: add O_NOCTTY
fsync: drop O_NOATIME, add O_NONBLOCK, set exitcode to 1 if fsync() fails,
update --help message to be similar to sync.
both: reformat code to minimize "diff -u sync.c fsync.c":
in particular, they use same open() flags now
function old new delta
fsync_main 126 130 +4
packed_usage 33316 33317 +1
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 5/0) Total: 5 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions