Changeset 301ff30 in mainline for uspace/lib/libc/generic/io/io.c
- Timestamp:
- 2009-06-03T22:47:08Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 99272a3
- Parents:
- 98000fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/io/io.c
r98000fb r301ff30 145 145 } 146 146 147 FILE *fopen_node( fs_node_t *node, const char *mode)147 FILE *fopen_node(inode_t *node, const char *mode) 148 148 { 149 149 int flags; … … 354 354 } 355 355 356 void fnode(FILE *stream, fs_node_t *node)356 void fnode(FILE *stream, inode_t *node) 357 357 { 358 358 if (stream->fd >= 0) {
Note:
See TracChangeset
for help on using the changeset viewer.