Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/sync.c')
-rw-r--r--coreutils/sync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/sync.c b/coreutils/sync.c
index ea328a54c..b6a4a4b70 100644
--- a/coreutils/sync.c
+++ b/coreutils/sync.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SYNC
-//config: bool "sync (3.8 kb)"
+//config: bool "sync (4 kb)"
//config: default y
//config: help
//config: sync is used to flush filesystem buffers.
@@ -113,7 +113,7 @@ int sync_main(int argc UNUSED_PARAM, char **argv IF_NOT_DESKTOP(UNUSED_PARAM))
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config FSYNC
-//config: bool "fsync (3.6 kb)"
+//config: bool "fsync (3.8 kb)"
//config: default y
//config: help
//config: fsync is used to flush file-related cached blocks to disk.