X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fpoll;h=b83cb2b0c5f7e33bdd18b261d9c015a25a432511;hb=fa3486514bd8f15f8eb4c49821d0356b52e5a335;hp=dc2087f166bb18e251b85ec16a56d95d225a094c;hpb=89861a8be877136ea47794016b00a5a095c30ea4;p=gnulib.git diff --git a/modules/poll b/modules/poll index dc2087f16..b83cb2b0c 100644 --- a/modules/poll +++ b/modules/poll @@ -3,12 +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 @@ -18,9 +21,9 @@ 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 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - cat $(srcdir)/poll_.h; \ + cat $(srcdir)/poll.in.h; \ } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += poll.h poll.h-t