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.
This commit is contained in:
Elliott Hughes 2019-11-21 15:03:46 -08:00 committed by Rob Landley
parent 1f14e20a24
commit d64dfbabf3

View File

@ -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