FFI: Add ssize_t declaration.

This commit is contained in:
Mike Pall
2015-09-20 19:25:39 +02:00
parent 49427dfcc2
commit 52ea1a30af
3 changed files with 5 additions and 0 deletions

View File

@@ -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). */