diff options
author | Anatol Belski <ab@php.net> | 2017-02-11 14:53:20 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-02-11 14:53:20 +0100 |
commit | cefa8ddcc9acc60b2e464b7eac69ee6f25ff19b9 (patch) | |
tree | fbad6ce961c5f0f05ddc0e9183a5090b129598b1 | |
parent | eb1f4e0210162cdd326c1ca7c55d2fa395003146 (diff) | |
parent | bf2627e58c7654d1d99dd4822055a71007cf9b33 (diff) | |
download | php-git-cefa8ddcc9acc60b2e464b7eac69ee6f25ff19b9.tar.gz |
Merge branch 'PHP-7.1'
* PHP-7.1:
add missing datatype as sync for 5113909
-rw-r--r-- | win32/time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/time.h b/win32/time.h index 865e299aa9..f21a9bd404 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); |