diff options
Diffstat (limited to 'apps/plugins/lua/rocklibc.h')
| -rw-r--r-- | apps/plugins/lua/rocklibc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/lua/rocklibc.h b/apps/plugins/lua/rocklibc.h index 44f916f..fde50ae 100644 --- a/apps/plugins/lua/rocklibc.h +++ b/apps/plugins/lua/rocklibc.h @@ -43,7 +43,5 @@ extern int errno; #define memcmp rb->memcmp #define strlen rb->strlen -extern int PREFIX(fscanf)(int fd, const char *fmt, ...); - #endif /* _ROCKLIBC_H_ */ |