summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklibc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rocklibc.h')
-rw-r--r--apps/plugins/lua/rocklibc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/lua/rocklibc.h b/apps/plugins/lua/rocklibc.h
index 44f916fded..fde50ae4f5 100644
--- a/apps/plugins/lua/rocklibc.h
+++ b/apps/plugins/lua/rocklibc.h
@@ -43,7 +43,5 @@ extern int errno;
43#define memcmp rb->memcmp 43#define memcmp rb->memcmp
44#define strlen rb->strlen 44#define strlen rb->strlen
45 45
46extern int PREFIX(fscanf)(int fd, const char *fmt, ...);
47
48#endif /* _ROCKLIBC_H_ */ 46#endif /* _ROCKLIBC_H_ */
49 47