On Mon, Jun 25, 2012 at 09:12:02AM -0400, jamal <h...@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
      --==---/ / _ \/ // /\ \/ /      schm...@schmorp.de
      -=====/_/_//_/\_,_/ /_/\_\

_______________________________________________
libev mailing list
libev@lists.schmorp.de
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to