X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fpoll;h=b83cb2b0c5f7e33bdd18b261d9c015a25a432511;hb=fa3486514bd8f15f8eb4c49821d0356b52e5a335;hp=9e59f79607417d6f0a3cba201ae1b2ff827b5dbc;hpb=2652a32d3640b6a344adc5797080d8de4ae663a8;p=gnulib.git diff --git a/modules/poll b/modules/poll index 9e59f7960..b83cb2b0c 100644 --- a/modules/poll +++ b/modules/poll @@ -3,28 +3,36 @@ 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 Makefile.am: BUILT_SOURCES += $(POLL_H) -EXTRA_DIST += poll_.h -# We need the following in order to create an when the system +# We need the following in order to create when the system # doesn't have one. -all-local $(lib_OBJECTS): $(POLL_H) -poll.h: poll_.h - cp $(srcdir)/poll_.h $@-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: +LGPLv2+ + Maintainer: Paolo Bonzini