Commit 85d286b4 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2170 from windwiny/patch-1

Update time.c
parents d91c9a9e 642477ef
......@@ -54,7 +54,7 @@
typedef long suseconds_t;
# ifndef __MINGW64__
# if (!defined __MINGW64__) && (!defined __MINGW32__)
struct timeval {
time_t tv_sec;
suseconds_t tv_usec;
......
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