summaryrefslogtreecommitdiff
path: root/modules/strerror
blob: 1d60662b7c41b2eb90f020500ff240ec0cd44d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:
strerror() function: return string describing error code.

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

Depends-on:
string
errno            [test $REPLACE_STRERROR = 1]
intprops         [test $REPLACE_STRERROR = 1]
strerror-override [test $REPLACE_STRERROR = 1]
verify           [test $REPLACE_STRERROR = 1]

configure.ac:
gl_FUNC_STRERROR
if test $REPLACE_STRERROR = 1; then
  AC_LIBOBJ([strerror])
fi
gl_MODULE_INDICATOR([strerror])
gl_STRING_MODULE_INDICATOR([strerror])

Makefile.am:

Include:
<string.h>

License:
LGPLv2+

Maintainer:
all