mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 19:12:47 +08:00
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:
parent
3377c00119
commit
63a4dab7b0
@ -19,6 +19,8 @@
|
|||||||
#define CLOCK_REALTIME 0
|
#define CLOCK_REALTIME 0
|
||||||
typedef int clockid_t;
|
typedef int clockid_t;
|
||||||
typedef void * timer_t;
|
typedef void * timer_t;
|
||||||
|
#elif (NGX_DARWIN)
|
||||||
|
typedef void * timer_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Solaris declarations */
|
/* Solaris declarations */
|
||||||
|
Loading…
Reference in New Issue
Block a user