Unverified Commit e17092de authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #3874 from mimaki/fix-mingw-compile-error

Fixed compile error of `mruby-io` gem on MinGW.
parents c47a1984 7f3bda56
......@@ -11,7 +11,9 @@
#include <stdlib.h>
#include <malloc.h>
#if (!defined __MINGW64__) && (!defined __MINGW32__)
typedef int mode_t;
#endif
static int
mkstemp(char *p)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment