Mercurial > hg > octave-kai > gnulib-hg
view modules/select @ 14406:8d1ec7b0bc4d
parse-duration: remove xalloc.h dependency
* lib/parse-duration.c (parse_period): handle NULL return from
strdup instead of calling xstrdup().
* modules/parse-duration: remove "xalloc" dependency
author | Bruce Korb <bkorb@gnu.org> |
---|---|
date | Thu, 03 Mar 2011 15:07:32 -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