From eed53079ca618cf216f1d35324a26a81c08d5cdc Mon Sep 17 00:00:00 2001 From: Felix Raimundo Date: Fri, 18 Mar 2016 18:55:25 +0100 Subject: [PATCH] Add EOF to stdio.h Change-Id: I94e2b93bbfe50fd8daaf0ad5f8c2447c0d6fbef4 --- liba/include/stdio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/liba/include/stdio.h b/liba/include/stdio.h index 2c0036d8b..7d50f5df4 100644 --- a/liba/include/stdio.h +++ b/liba/include/stdio.h @@ -3,6 +3,7 @@ #define stdin 0 #define stdout 0 +#define EOF 0 typedef void FILE;