Skip to content

Commit bf2627e

Browse files
committed
add missing datatype as sync for 5113909
1 parent 5113909 commit bf2627e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

win32/time.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ struct timespec
4141
#define ITIMER_VIRT 1 /*generates sigvtalrm */
4242
#define ITIMER_PROF 2 /*generates sigprof */
4343

44+
typedef long suseconds_t;
45+
4446
/* Prototype stuff ********************************************************** */
4547
PHPAPI extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);
4648

0 commit comments

Comments
 (0)