Bug 1480457-Correct typedef so it matches an earlier typedef r=aklotz

--HG--
extra : amend_source : c6796d3a8bb13939440b390ac9af11054b46dd15
This commit is contained in:
Tom Ritter 2018-08-30 23:05:59 +03:00
parent 25ef872db9
commit 934ba40bb8

View File

@ -10,7 +10,7 @@
#ifdef _WIN32
#include <windows.h>
#include <io.h>
typedef int ssize_t;
typedef intptr_t ssize_t;
#else
#include <sys/mman.h>
#include <unistd.h>