[vlc-devel] eventfd function issue

Sébastien Escudier sebastien-devel at celeos.eu
Thu Jan 22 09:58:37 CET 2009


Quoting Sébastien Escudier <sebastien-devel at celeos.eu>:

> I wonder if there is a problem with event fd checks

I think the problem is because of :
" eventfd() is available on Linux since kernel 2.6.22. Working support is
provided in glibc since version 2.8. "

I have a kernel > 2.6.22 and my glibc is 2.7.

In misc/object.c I have HAVE_SYS_EVENTFD_H not defined but HAVE_EVENTFD is
defined.

To be able to compile I replaced HAVE_EVENTFD by HAVE_SYS_EVENTFD_H in
misc/object.c line 413.

But I don't know the right way to fix this. Can someone do it ?

thanks.




More information about the vlc-devel mailing list