summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h.in b/src/config.h.in
index e7c800a4..9cff0b40 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -279,7 +279,7 @@ int wabt_vsnprintf(char* str, size_t size, const char* format, va_list ap);
#endif
#if !HAVE_SSIZE_T
-typedef int ssize_t;
+typedef long ssize_t;
#endif
#if !HAVE_STRCASECMP