Changes in uspace/lib/posix/unistd.c [4c8f5e7:a92f13d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/unistd.c
r4c8f5e7 ra92f13d 49 49 /* Array of environment variable strings (NAME=VALUE). */ 50 50 char **posix_environ = NULL; 51 char *posix_optarg; 51 52 52 53 /**
Note:
See TracChangeset
for help on using the changeset viewer.