From 336dff9adb323439dff21a668a2e5b6d2fe409f5 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 22 Oct 2019 21:49:26 -0700 Subject: fallocate: remove uClibc workaround to benefit macOS. My understanding is that uClibc is dead, and the probe for fallocate would need to be made more complicated to work for macOS (where we fake posix_fallocate() in lib/portability.c). --- toys/other/fallocate.c | 1 - 1 file changed, 1 deletion(-) (limited to 'toys/other/fallocate.c') diff --git a/toys/other/fallocate.c b/toys/other/fallocate.c index a7308972..5007effe 100644 --- a/toys/other/fallocate.c +++ b/toys/other/fallocate.c @@ -8,7 +8,6 @@ USE_FALLOCATE(NEWTOY(fallocate, ">1l#|o#", TOYFLAG_USR|TOYFLAG_BIN)) config FALLOCATE bool "fallocate" - depends on TOYBOX_FALLOCATE default y help usage: fallocate [-l size] [-o offset] file -- cgit v1.2.3