From: Anatol Belski Date: Sat, 11 Feb 2017 13:51:15 +0000 (+0100) Subject: add missing datatype as sync for 5113909 X-Git-Tag: php-7.1.3RC1~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf2627e58c7654d1d99dd4822055a71007cf9b33;p=php add missing datatype as sync for 5113909 --- diff --git a/win32/time.h b/win32/time.h index b46c1675ca..05420b0693 100644 --- a/win32/time.h +++ b/win32/time.h @@ -41,6 +41,8 @@ struct timespec #define ITIMER_VIRT 1 /*generates sigvtalrm */ #define ITIMER_PROF 2 /*generates sigprof */ +typedef long suseconds_t; + /* Prototype stuff ********************************************************** */ PHPAPI extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);