Hi Keith, Style question: do you/how many others refer having separate functions for of ifdeffed code each vs a single with all the ifdeffs. Or in other words having func_foo_poll and func_foo_epoll as opposed to having it all in func_foo.
On Friday, 27 May 2016, Keith Packard <[email protected]> wrote: +#ifndef _OSPOLL_H_ > +#define _OSPOLL_H_ > + > +#include <poll.h> > + This include should be in the C file with proper ifdef guard, right? Emil
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
