X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll;h=1d1c0fff987c109fe9c280646cb64ecb1d1c20b1;hb=5cdaad7caa1a6ad1ba3f47a59faa4f9948734a75;hp=23da683aaff1580bde7d8e0e1b07b58d9e1dc06b;hpb=63a25752c23822dcabe487042ce38964316a8937;p=gnulib.git diff --git a/modules/poll b/modules/poll index 23da683aa..1d1c0fff9 100644 --- a/modules/poll +++ b/modules/poll @@ -3,11 +3,14 @@ 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 @@ -17,9 +20,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 @@ -28,7 +31,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: Paolo Bonzini