From f6c28b6e0017ac36190ee31132721a1c9e30f2b6 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 22 Nov 2014 00:36:45 -0600 Subject: As long as Android's going to require fortify, fixup the warnings it generates. --- toys/other/clear.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other/clear.c') diff --git a/toys/other/clear.c b/toys/other/clear.c index 2515f735..4061ea8d 100644 --- a/toys/other/clear.c +++ b/toys/other/clear.c @@ -15,5 +15,5 @@ config CLEAR void clear_main(void) { - write(1, "\e[2J\e[H", 7); + xwrite(1, "\e[2J\e[H", 7); } -- cgit v1.2.3