summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-02-11 14:51:15 +0100
committerAnatol Belski <ab@php.net>2017-02-11 14:51:15 +0100
commitbf2627e58c7654d1d99dd4822055a71007cf9b33 (patch)
treebc68726fd511dca1818590e7bc7550bf9f0490b9 /win32
parent5113909259f897c9c69f23cf5f8f7ab8972d5eba (diff)
downloadphp-git-bf2627e58c7654d1d99dd4822055a71007cf9b33.tar.gz
add missing datatype as sync for 5113909
Diffstat (limited to 'win32')
-rw-r--r--win32/time.h2
1 files changed, 2 insertions, 0 deletions
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);