644182a370707b525748bf5929f2eff10e31d004
[gnulib.git] / doc / posix-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 @item
15 This function has the return type @samp{void} instead of @samp{int} on some
16 platforms:
17 MacOS X 10.3, FreeBSD 6.0, NetBSD 1.6, OpenBSD 3.8, OSF/1 5.1.
18 @end itemize
19
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize