com php-src: add missing datatype as sync for 5113909: win32/time.h
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: bf2627e58c7654d1d99dd4822055a71007cf9b33 Author: Anatol Belski <[email protected]> Sat, 11 Feb 2017 14:51:15 +0100 Parents: 5113909259f897c9c69f23cf5f8f7ab8972d5eba Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=bf2627e58c7654d1d99dd4822055a71007cf9b33 Log: add missing datatype as sync for 5113909 Changed paths: M win32/time.h Diff: diff --git a/win32/time.h b/win32/time.h index b46c167..05420b0 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);