kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

environ is a macro #584

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
since r9349 environ is a macro, but according to standard it should have 
following declaration
extern char **environ;

i don't know how implement environ as variable and that environ was separated 
for different task.

anyone has any ideas?

Original issue reported on code.google.com by ki.stfu on 30 Mar 2013 at 4:24

GoogleCodeExporter commented 9 years ago
my idea is to replace the environ on each task switch, but i think it's stupid 
and not practical.

Original comment by ki.stfu on 30 Mar 2013 at 4:31

GoogleCodeExporter commented 9 years ago

Original comment by Anton.Bo...@gmail.com on 17 Apr 2014 at 12:20