Bug #1247
unsetenv(3) doesn't conform to SUSv3
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | - |
Description
Our unsetenv(3) doesn't conform to SUSv3. It returns void instead of required
int.
Related todos
History
Updated by pavalos over 4 years ago
I have this fixed in my post-release tree.
Updated by corecode over 4 years ago
Submitted by Efstathios Kamperis:
http://stathisk.ath.cx/unsetenv.diff
will commit tonight.
cheers
simon
Updated by Beket about 4 years ago
:Our unsetenv(3) doesn't conform to SUSv3.
This is now fixed, after Peter Avalo's libc changes.
Cheers,
Stathis