regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / doc / glibc-functions / secure_getenv.texi
1 @node secure_getenv
2 @subsection @code{secure_getenv}
3 @findex secure_getenv
4
5 Gnulib module: secure_getenv
6
7 Portability problems fixed by Gnulib:
8 @itemize
9 @item
10 This function is missing on some platforms:
11 glibc 2.16, OS X 10.8, FreeBSD 9.1, NetBSD 6.0.1, OpenBSD 5.2, Minix 3.2.0,
12 AIX 7.1, HP-UX 11, IRIX 6.5, Solaris 11, Cygwin, mingw, MSVC 9,
13 Interix 6.1, BeOS.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 On platforms other than glibc 2.0 and later, the Gnulib replacement
20 function always returns a null pointer, even when invoked in a
21 non-setuid program.
22 @end itemize