New module 'strerror_r-posix'.
[gnulib.git] / modules / strerror_r-posix
1 Description:
2 strerror_r() function: get string describing error code.
3
4 Files:
5 lib/strerror_r.c
6 m4/strerror_r.m4
7
8 Depends-on:
9 string
10 errno
11 extensions
12 lock
13 strerror
14
15 configure.ac:
16 gl_FUNC_STRERROR_R
17 gl_STRING_MODULE_INDICATOR([strerror_r])
18
19 Makefile.am:
20
21 Include:
22 <string.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible