diff options
Diffstat (limited to 'apps/plugins/lua/rocklibc.h')
| -rw-r--r-- | apps/plugins/lua/rocklibc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/rocklibc.h b/apps/plugins/lua/rocklibc.h index fde50ae..f119265 100644 --- a/apps/plugins/lua/rocklibc.h +++ b/apps/plugins/lua/rocklibc.h @@ -42,6 +42,7 @@ extern int errno; /* Simple substitutions */ #define memcmp rb->memcmp #define strlen rb->strlen +#define strrchr rb->strrchr #endif /* _ROCKLIBC_H_ */ |