Next: seteuid
, Previous: setegid
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
setenv
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/setenv.html
Gnulib module: setenv
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
setenv(NULL,"",0)
gracefully
fail with EINVAL
, but not all implementations guarantee this,
and the requirement was removed.