glibc 2.9
Marc Lehmann
schmorp at schmorp.de
Tue Jun 26 00:01:45 CEST 2012
On Mon, Jun 25, 2012 at 09:12:02AM -0400, jamal <hadi at cyberus.ca> wrote:
> Not sure about glibc emulating or what it means when you pass 255 to
> epoll_create being emulated, but here's what the kernel does when you
> call syscall epoll_create:
So the kernel fully supports epoll_create after all (epoll_create(255) has
the same semantics as epoll_create1(0)).
> As you can see it translates to epoll_create1(0)
As it should, no sign of it being phased out here.
--
The choice of a Deliantra, the free code+content MORPG
-----==- _GNU_ http://www.deliantra.net
----==-- _ generation
---==---(_)__ __ ____ __ Marc Lehmann
--==---/ / _ \/ // /\ \/ / schmorp at schmorp.de
-=====/_/_//_/\_,_/ /_/\_\
More information about the libev
mailing list