mirror of
https://github.com/nginx/nginx.git
synced 2026-08-03 22:33:10 +00:00
rtsig uses own poll code
This commit is contained in:
parent
f39876c24b
commit
d48d0d9f42
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ version=${version:-0}
|
|||
if [ $version -ge 131609 -o $EVENT_RTSIG = YES ]; then
|
||||
echo " + rt signals found"
|
||||
have=NGX_HAVE_RTSIG . auto/have
|
||||
have=NGX_HAVE_POLL . auto/have
|
||||
EVENT_MODULES="$EVENT_MODULES $RTSIG_MODULE"
|
||||
CORE_SRCS="$CORE_SRCS $RTSIG_SRCS"
|
||||
EVENT_FOUND=YES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue