X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll;h=8690271e0dd47ea6b3d5761c1b459f5940021b87;hb=3586d4e58a7a6f3df3e11b77990fa117cd8e8f51;hp=f4de479d977719ba90568c4fea54b158ebfe0216;hpb=d1aadab21bf8755e0fb75a838dc650e73f6ee78d;p=gnulib.git diff --git a/modules/poll b/modules/poll index f4de479d9..8690271e0 100644 --- a/modules/poll +++ b/modules/poll @@ -3,32 +3,27 @@ poll() function: wait for some event on a set of file descriptors. Files: lib/poll.c -lib/poll_.h m4/poll.m4 Depends-on: +poll-h +alloca +select +sys_select +sys_time +errno configure.ac: gl_FUNC_POLL +gl_POLL_MODULE_INDICATOR([poll]) Makefile.am: -BUILT_SOURCES += $(POLL_H) -EXTRA_DIST += poll_.h - -# We need the following in order to create when the system -# doesn't have one. -poll.h: poll_.h - rm -f $@-t $@ - cp $(srcdir)/poll_.h $@-t - chmod a-x $@-t - mv $@-t $@ -MOSTLYCLEANFILES += poll.h poll.h-t Include: -#include + License: -LGPL +LGPLv2+ Maintainer: Paolo Bonzini