X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fpoll;h=1d1c0fff987c109fe9c280646cb64ecb1d1c20b1;hb=5cdaad7caa1a6ad1ba3f47a59faa4f9948734a75;hp=03304154a4ebd8dddc8e61bc2f69bd6c72f10851;hpb=31f17cf550c7ce208892c83b1792bbe94443ac06;p=gnulib.git diff --git a/modules/poll b/modules/poll index 03304154a..1d1c0fff9 100644 --- a/modules/poll +++ b/modules/poll @@ -3,12 +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 @@ -18,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 @@ -29,7 +31,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: Paolo Bonzini