]> granicus.if.org Git - php/commitdiff
add missing datatype as sync for 5113909
authorAnatol Belski <ab@php.net>
Sat, 11 Feb 2017 13:51:15 +0000 (14:51 +0100)
committerAnatol Belski <ab@php.net>
Sat, 11 Feb 2017 13:51:15 +0000 (14:51 +0100)
win32/time.h

index b46c1675ca5642a295f7167af74ba4dce83ec1ce..05420b06937f6c3bcdbc1eaaa54b0bd717c9e1a2 100644 (file)
@@ -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);