FreeBSD libinput

Peter Hutterer peter.hutterer at who-t.net
Sun Nov 23 15:05:37 PST 2014


On Fri, Nov 21, 2014 at 09:10:24PM -0700, Ales Katona wrote:
> I wanted to try and compile libinput under freeBSD seeing how epoll has
> been patched into kqueue on the platform, but I'm getting stopped by
> configure saying it can't find EPOLL_CLOEXEC. Is this just a configure
> block or is the code still linux specific?

how is epoll implemented in freebsd? I checked out the source, poked
around a bit and even managed to find the commit (r255672) but that got
reverted soon after (r255675). Best I can tell so far from the
syscalls.master file is that the syscalls are just occupying space, they
don't seem to do much (all the calls are simply epoll_foo(void) now).

There are some references to EPOLL_CLOEXEC in the tree but svn is far to
painful for me to figure out how everything fits together here, sorry.

Cheers,
   Peter



More information about the wayland-devel mailing list