view modules/strerror @ 30232:93e5702f1344

strengthen self-containedness check for sys/select.h 2008-09-29 Paolo Bonzini <bonzini@gnu.org> Bruno Haible <bruno@clisp.org> * lib/sys_select.in.h: Include sys/time.h. * m4/sys_select.h.m4: Test that struct timeval is fully defined. * modules/sys_select: Depend on sys_time. * tests/test-sys_select.c: Test that sys/select.h defines struct timeval fully.
author Paolo Bonzini <bonzini@gnu.org>
date Mon, 29 Sep 2008 12:02:35 +0200
parents 0c14b17d8f2a
children 96f375209ac7
line wrap: on
line source

Description:
strerror() function: return string describing error code.

Files:
lib/strerror.c
m4/strerror.m4

Depends-on:
errno
intprops
string

configure.ac:
gl_FUNC_STRERROR
gl_STRING_MODULE_INDICATOR([strerror])

Makefile.am:

Include:
<string.h>

License:
LGPL

Maintainer:
all