Skip to content

Commit cefa8dd

Browse files
committed
Merge branch 'PHP-7.1'
* PHP-7.1: add missing datatype as sync for 5113909
2 parents eb1f4e0 + bf2627e commit cefa8dd

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)