X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll;h=64c1de5c54c3e52bc2dbf049f3e761619190cf46;hb=80fc442c212439b65a2fba722b17529aba2aa1ae;hp=e539460a4635e24ec58175891531c84e0a9428ee;hpb=5eeec029e833abe9ba663d51bb556bd1eebb814e;p=gnulib.git diff --git a/modules/poll b/modules/poll index e539460a4..64c1de5c5 100644 --- a/modules/poll +++ b/modules/poll @@ -3,10 +3,15 @@ poll() function: wait for some event on a set of file descriptors. Files: lib/poll.c -lib/poll_.h +lib/poll.in.h m4/poll.m4 Depends-on: +alloca +select +sys_select +sys_time +errno configure.ac: gl_FUNC_POLL @@ -16,18 +21,19 @@ BUILT_SOURCES += $(POLL_H) # We need the following in order to create when the system # doesn't have one. -poll.h: poll_.h +poll.h: poll.in.h + $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - cat $(srcdir)/poll_.h; \ - } > $@-t + cat $(srcdir)/poll.in.h; \ + } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += poll.h poll.h-t Include: -#include + License: -LGPL +LGPLv2+ Maintainer: Paolo Bonzini