d89187b1bebbe06786e443af31770bcc8d02949d
[gnulib.git] / doc / posix-functions / environ.texi
1 @node environ
2 @section @code{environ}
3 @findex environ
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/environ.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This variable is missing on some platforms:
17 MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin.
18 @item
19 The address of this variable is not a compile-time constant on some platforms:
20 mingw.
21 @end itemize