X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll;h=1d1c0fff987c109fe9c280646cb64ecb1d1c20b1;hb=eae543033a5c7da46c97594f9cd1b2313bda6ac7;hp=1d796adc24efa0ed01f14c7aaac146830ea493a8;hpb=8577bd357660986eaceacf6f8b0fd6870d2098b7;p=gnulib.git diff --git a/modules/poll b/modules/poll index 1d796adc2..1d1c0fff9 100644 --- a/modules/poll +++ b/modules/poll @@ -3,21 +3,35 @@ 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 +sys_select +sys_time +errno configure.ac: gl_FUNC_POLL Makefile.am: -noinst_HEADERS += poll_.h -DISTCLEANFILES += poll.h +BUILT_SOURCES += $(POLL_H) + +# We need the following in order to create when the system +# doesn't have one. +poll.h: poll.in.h + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/poll.in.h; \ + } > $@-t + mv -f $@-t $@ +MOSTLYCLEANFILES += poll.h poll.h-t Include: #include +License: +LGPLv2+ + Maintainer: Paolo Bonzini -