content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/__unsetenv13.c
AgeCommit message (Collapse)Author
2005-09-13compat core reorg.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2003-04-13Warn if the old unsetenv() is referenced.kleink
2003-04-071003.1-2001 has introduced unsetenv() which differs from the currentkleink
implementation in not permitting a "name=value" argument. * Add a conforming __unsetenv13() and do function renaming for unsetenv(); preserve old symbol with old behavior. * Make visible setenv() and unsetenv() for 1003.1-2001 feature selection macros; resolves PR standards/20479.