summaryrefslogtreecommitdiff
path: root/doc/posix-functions/putenv.texi
blob: 20265ddbdf30a420356f7b3bdbf55d355db0fad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@node putenv
@section @code{putenv}
@findex putenv

POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/putenv.html}

Gnulib module: ---

Portability problems fixed by Gnulib:
@itemize
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize

Extension: Gnulib provides a module @samp{putenv} that substitutes a
@code{putenv} implementation that can also be used to remove environment
variables.