Changeset 3599 for trunk/kStuff/kHlp/Bare/kHlpBareEnv.c
- Timestamp:
- Oct 4, 2007, 9:09:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/kHlp/Bare/kHlpBareEnv.c
r3594 r3599 34 34 #if K_OS == K_OS_DARWIN 35 35 36 #elif K_OS == K_OS_LINUX 37 36 38 #elif K_OS == K_OS_OS2 37 39 # define INCL_BASE … … 51 53 #if K_OS == K_OS_DARWIN 52 54 /** @todo need to figure out where the stuff is or how it's inherited on darwin ... */ 55 return KERR_ENVVAR_NOT_FOUND; 56 57 #elif K_OS == K_OS_LINUX 58 /** @todo either read /proc/self/environ or figure out where in the memory the initial environment is... */ 53 59 return KERR_ENVVAR_NOT_FOUND; 54 60
Note:
See TracChangeset
for help on using the changeset viewer.