Changeset 99272a3 in mainline for uspace/lib/libc/generic/task.c
- Timestamp:
- 2009-06-04T10:12:23Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c8b9f88
- Parents:
- 301ff30
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/task.c
r301ff30 r99272a3 101 101 102 102 /* Send default files */ 103 inode_t *files[4];104 inode_t stdin_node;105 inode_t stdout_node;106 inode_t stderr_node;103 fdi_node_t *files[4]; 104 fdi_node_t stdin_node; 105 fdi_node_t stdout_node; 106 fdi_node_t stderr_node; 107 107 108 108 if ((stdin != NULL) && (stdin != &stdin_null)) {
Note:
See TracChangeset
for help on using the changeset viewer.