Use a slightly cleaner hack on BSD systems.
[gnulib.git] / doc / functions / unsetenv.texi
1 @node unsetenv
2 @section @code{unsetenv}
3 @findex unsetenv
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/unsetenv.html}
6
7 Gnulib module: setenv
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 9, mingw, BeOS.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function has the return type @samp{void} instead of @samp{int} on some
20 platforms.
21 @end itemize