Changes in uspace/lib/posix/unistd.c [b4d6252:59f799b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/unistd.c
rb4d6252 r59f799b 36 36 #define LIBPOSIX_INTERNAL 37 37 38 #include " internal/common.h"38 #include "common.h" 39 39 #include "unistd.h" 40 41 /* Array of environment variable strings (NAME=VALUE). */42 char **environ = NULL;43 40 44 41 /**
Note:
See TracChangeset
for help on using the changeset viewer.