summaryrefslogtreecommitdiff
path: root/modules/strerrorname_np
blob: 41abf308e3e2ddcb801b1bb970007b621e7d660f (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
Description:
strerrorname_np() function: name of system error code.

Files:
lib/strerrorname_np.c
m4/strerrorname_np.m4

Depends-on:
extensions
string

configure.ac:
gl_FUNC_STRERRORNAME_NP
if test $HAVE_STRERRORNAME_NP = 0 || test $REPLACE_STRERRORNAME_NP = 1; then
  AC_LIBOBJ([strerrorname_np])
fi
gl_STRING_MODULE_INDICATOR([strerrorname_np])

Makefile.am:

Include:
<string.h>

License:
LGPLv2+

Maintainer:
all