diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index b047ce5e2..88642d71e 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -249,6 +249,12 @@ config FOLD | |||
249 | help | 249 | help |
250 | Wrap text to fit a specific width. | 250 | Wrap text to fit a specific width. |
251 | 251 | ||
252 | config FSYNC | ||
253 | bool "fsync" | ||
254 | default n | ||
255 | help | ||
256 | fsync is used to flush file-related cached blocks to disk. | ||
257 | |||
252 | config HEAD | 258 | config HEAD |
253 | bool "head" | 259 | bool "head" |
254 | default n | 260 | default n |