X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fpoll;h=1d1c0fff987c109fe9c280646cb64ecb1d1c20b1;hb=2cf6b078ffb5955943be20eec0a1d6742b118c5e;hp=f4de479d977719ba90568c4fea54b158ebfe0216;hpb=d1aadab21bf8755e0fb75a838dc650e73f6ee78d;p=gnulib.git diff --git a/modules/poll b/modules/poll index f4de479d9..1d1c0fff9 100644 --- a/modules/poll +++ b/modules/poll @@ -3,32 +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: 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 $@ +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: -LGPL +LGPLv2+ Maintainer: Paolo Bonzini