summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-02-11 14:53:20 +0100
committerAnatol Belski <ab@php.net>2017-02-11 14:53:20 +0100
commitcefa8ddcc9acc60b2e464b7eac69ee6f25ff19b9 (patch)
treefbad6ce961c5f0f05ddc0e9183a5090b129598b1
parenteb1f4e0210162cdd326c1ca7c55d2fa395003146 (diff)
parentbf2627e58c7654d1d99dd4822055a71007cf9b33 (diff)
downloadphp-git-cefa8ddcc9acc60b2e464b7eac69ee6f25ff19b9.tar.gz
Merge branch 'PHP-7.1'
* PHP-7.1: add missing datatype as sync for 5113909
-rw-r--r--win32/time.h2
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);