diff options
author | Elliott Hughes <enh@google.com> | 2019-11-21 15:03:46 -0800 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-11-22 06:52:32 -0600 |
commit | d64dfbabf3261cd64df14c86ba3670256cc25c3c (patch) | |
tree | f38e7f416173648d5a883ed18e34cc3715350391 | |
parent | 1f14e20a24b172fecbb5d301be4deb4d1c8648a6 (diff) | |
download | toybox-d64dfbabf3261cd64df14c86ba3670256cc25c3c.tar.gz |
mac: build fallocate and stat by default.
fallocate is fairly new, but I'm not sure why we didn't have stat
on the list already. Having it fixes the truncate tests.
-rw-r--r-- | kconfig/macos_miniconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kconfig/macos_miniconfig b/kconfig/macos_miniconfig index 3f782b45..204afde7 100644 --- a/kconfig/macos_miniconfig +++ b/kconfig/macos_miniconfig @@ -18,6 +18,7 @@ CONFIG_DU=y CONFIG_ECHO=y CONFIG_ENV=y CONFIG_EXPAND=y +CONFIG_FALLOCATE=y CONFIG_FALSE=y CONFIG_FILE=y CONFIG_FIND=y @@ -52,6 +53,7 @@ CONFIG_SED=y CONFIG_SLEEP=y CONFIG_SORT=y CONFIG_SPLIT=y +CONFIG_STAT=y CONFIG_STRINGS=y CONFIG_TAR=y CONFIG_TEE=y |