aboutsummaryrefslogtreecommitdiff
path: root/toys/other/fallocate.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-06-28 22:17:00 -0500
committerRob Landley <rob@landley.net>2014-06-28 22:17:00 -0500
commit4f1d655b5c859a0af7bf452b8da4320a620f4c2d (patch)
treeea3d2b5614ce6079044c6e94f6b21a222e2cf1a0 /toys/other/fallocate.c
parent434cefb863591eebbf29a0b9ff73a529fc731be1 (diff)
downloadtoybox-4f1d655b5c859a0af7bf452b8da4320a620f4c2d.tar.gz
Make fallocate depend on probe for libc support.
Diffstat (limited to 'toys/other/fallocate.c')
-rw-r--r--toys/other/fallocate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/other/fallocate.c b/toys/other/fallocate.c
index 0144025c..7a226343 100644
--- a/toys/other/fallocate.c
+++ b/toys/other/fallocate.c
@@ -8,6 +8,7 @@ USE_FALLOCATE(NEWTOY(fallocate, ">1l#|", TOYFLAG_USR|TOYFLAG_BIN))
config FALLOCATE
bool "fallocate"
+ depends on TOYBOX_FALLOCATE
default y
help
usage: fallocate [-l size] file