From 52ea1a30afc204553c99126ab43c2b16f2bd0182 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 20 Sep 2015 19:25:39 +0200 Subject: FFI: Add ssize_t declaration. --- src/lj_ctype.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/lj_ctype.c b/src/lj_ctype.c index 2e23c994..eda070ce 100644 --- a/src/lj_ctype.c +++ b/src/lj_ctype.c @@ -38,6 +38,8 @@ _("uint64_t", UINT64) \ _("intptr_t", INT_PSZ) \ _("uintptr_t", UINT_PSZ) \ + /* From POSIX. */ \ + _("ssize_t", INT_PSZ) \ /* End of typedef list. */ /* Keywords (only the ones we actually care for). */ -- cgit v1.2.3-55-g6feb