2 poll() function: wait for some event on a set of file descriptors.
20 BUILT_SOURCES += $(POLL_H)
22 # We need the following in order to create <poll.h> when the system
25 $(AM_V_GEN)rm -f $@-t $@ && \
26 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
27 cat $(srcdir)/poll.in.h; \
30 MOSTLYCLEANFILES += poll.h poll.h-t
39 Paolo Bonzini <bonzini@gnu.org>