Mercurial > hg > octave-nkf > gnulib-hg
view modules/poll @ 14953:632892f73130
fwriting: Move AC_LIBOBJ invocations to module description.
* m4/fwriting.m4 (gl_FUNC_FWRITINT): Move AC_LIBOBJ invocation from
here...
* modules/fwriting (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 07 May 2011 13:48:53 +0200 |
parents | efab6978105e |
children | 4efb4fb07ff2 |
line wrap: on
line source
Description: poll() function: wait for some event on a set of file descriptors. Files: lib/poll.c m4/poll.m4 Depends-on: poll-h alloca [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] select [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] sys_select [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] sys_time [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] errno [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] configure.ac: gl_FUNC_POLL gl_POLL_MODULE_INDICATOR([poll]) Makefile.am: Include: <poll.h> License: LGPLv2+ Maintainer: Paolo Bonzini <bonzini@gnu.org>