Changeset 7530a00 in mainline for uspace/lib/posix/unistd.c
- Timestamp:
- 2011-06-26T11:41:42Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f232189
- Parents:
- 230fcfe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/unistd.c
r230fcfe r7530a00 41 41 42 42 /* Array of environment variable strings (NAME=VALUE). */ 43 char ** environ = NULL;43 char **posix_environ = NULL; 44 44 45 45 /**
Note:
See TracChangeset
for help on using the changeset viewer.