Commit daa93507 authored by Denis Bilenko's avatar Denis Bilenko

core: restore 'noenv' since otherwise origflags shows it as a number

parent a62c41e0
...@@ -96,6 +96,7 @@ _flags = [(libev.EVBACKEND_PORT, 'port'), ...@@ -96,6 +96,7 @@ _flags = [(libev.EVBACKEND_PORT, 'port'),
(libev.EVBACKEND_EPOLL, 'epoll'), (libev.EVBACKEND_EPOLL, 'epoll'),
(libev.EVBACKEND_POLL, 'poll'), (libev.EVBACKEND_POLL, 'poll'),
(libev.EVBACKEND_SELECT, 'select'), (libev.EVBACKEND_SELECT, 'select'),
(libev.EVFLAG_NOENV, 'noenv'),
(libev.EVFLAG_FORKCHECK, 'forkcheck'), (libev.EVFLAG_FORKCHECK, 'forkcheck'),
(libev.EVFLAG_SIGNALFD, 'signalfd'), (libev.EVFLAG_SIGNALFD, 'signalfd'),
(libev.EVFLAG_NOSIGMASK, 'nosigmask')] (libev.EVFLAG_NOSIGMASK, 'nosigmask')]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment