Mercurial > hg > octave-shane > gnulib-hg
view modules/select @ 14271:b4cc3c41ca79
libposix: Add _HEADERS primaries to posix modules.
Modify gnulib-tool to strip them from generated Makefile.am-s where
they are not needed. Also, replace M4 macro prefixes when requested.
Finally, omit calls to error() for libposix.
author | Bruce Korb <bkorb@gnu.org> |
---|---|
date | Sat, 05 Feb 2011 08:22:48 -0800 |
parents | 0bb0c00fd49f |
children | efab6978105e |
line wrap: on
line source
Description: select() function: synchronous I/O multiplexing. Files: lib/select.c m4/select.m4 Depends-on: alloca sockets sys_select configure.ac: gl_FUNC_SELECT gl_SYS_SELECT_MODULE_INDICATOR([select]) Makefile.am: Include: <sys/select.h> Link: $(LIBSOCKET) License: LGPLv2+ Maintainer: Simon Josefsson