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