Peter Harris <[email protected]> writes:

> The epoll code depends on epoll_create1, not epoll_create.
>
> Signed-off-by: Peter Harris <[email protected]>

Thanks!

> -#if !HAVE_OSPOLL && HAVE_EPOLL_CREATE1
> +#if !HAVE_OSPOLL && defined(HAVE_EPOLL_CREATE1)

Should be using defined for HAVE_OSPOLL as well?

-- 
-keith

Attachment: signature.asc
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to