mirror of
https://github.com/nginx/nginx.git
synced 2026-08-03 22:33:10 +00:00
Removed --test-build-eventport workaround for old FreeBSD versions.
This commit is contained in:
parent
f153bcebb5
commit
a05e7555ce
1 changed files with 0 additions and 2 deletions
|
|
@ -250,9 +250,7 @@ ngx_eventport_init(ngx_cycle_t *cycle, ngx_msec_t timer)
|
|||
|
||||
ngx_memzero(&sev, sizeof(struct sigevent));
|
||||
sev.sigev_notify = SIGEV_PORT;
|
||||
#if !(NGX_TEST_BUILD_EVENTPORT)
|
||||
sev.sigev_value.sival_ptr = &pn;
|
||||
#endif
|
||||
|
||||
if (timer_create(CLOCK_REALTIME, &sev, &event_timer) == -1) {
|
||||
ngx_log_error(NGX_LOG_EMERG, cycle->log, ngx_errno,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue