We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5113909 commit bf2627eCopy full SHA for bf2627e
win32/time.h
@@ -41,6 +41,8 @@ struct timespec
41
#define ITIMER_VIRT 1 /*generates sigvtalrm */
42
#define ITIMER_PROF 2 /*generates sigprof */
43
44
+typedef long suseconds_t;
45
+
46
/* Prototype stuff ********************************************************** */
47
PHPAPI extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);
48
0 commit comments