Fixed --test-build-eventport on macOS 10.12 and later.

In macOS 10.12, CLOCK_REALTIME and clockid_t were added, but not timer_t.
This commit is contained in:
Ruslan Ermilov 2018-01-16 13:52:03 +03:00
parent 5106306a17
commit 5993c56ca2
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#define CLOCK_REALTIME 0
typedef int clockid_t;
typedef void * timer_t;
#elif (NGX_DARWIN)
typedef void * timer_t;
#endif
/* Solaris declarations */