From bfd0179042b0b02fb88748d54e56e7e208bb117f Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Wed, 2 Apr 2014 20:46:06 +0200 Subject: Revert "Update lua plugin to 5.2.3" FILE typedef to *void needs more work to not break sim and application builds. I checked only a few random native builds unfortunately. Sorry for inconvenience. --- apps/plugins/lua/getc.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 apps/plugins/lua/getc.c (limited to 'apps/plugins/lua/getc.c') diff --git a/apps/plugins/lua/getc.c b/apps/plugins/lua/getc.c deleted file mode 100644 index 84a280e..0000000 --- a/apps/plugins/lua/getc.c +++ /dev/null @@ -1,10 +0,0 @@ -#include "rocklibc.h" - -int PREFIX(getc)(int fd) -{ - unsigned char c; - if (rb->read(fd, &c, 1)) - return c; - else - return EOF; -} -- cgit v1.1