add missing datatype as sync for 5113909

This commit is contained in:
Anatol Belski 2017-02-11 14:51:15 +01:00
parent 5113909259
commit bf2627e58c

View 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);