Hi Keith,<div><br></div><div>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.</div><div><br></div><div>On Friday, 27 May 2016, Keith Packard <<a href="mailto:keithp@keithp.com">keithp@keithp.com</a>> wrote:</div><div><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+#ifndef _OSPOLL_H_<br>
+#define _OSPOLL_H_<br>
+<br>
+#include <poll.h><br>
+</blockquote><div>This include should be in the C file with proper ifdef guard, right?</div><div><br></div><div>Emil</div></div>