summaryrefslogtreecommitdiffstats
path: root/toolbox/grep/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'toolbox/grep/file.c')
-rw-r--r--toolbox/grep/file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolbox/grep/file.c b/toolbox/grep/file.c
index 86b7658..d28dff5 100644
--- a/toolbox/grep/file.c
+++ b/toolbox/grep/file.c
@@ -78,7 +78,9 @@ static inline int
grep_refill(struct file *f)
{
ssize_t nr;
+#ifndef ANDROID
int bzerr;
+#endif
bufpos = buffer;
bufrem = 0;