Changeset e42a135 in rtems
- Timestamp:
- 06/26/00 14:49:58 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5019592
- Parents:
- 5e0e012c
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libfs/src/imfs/memfile.c
r5e0e012c re42a135 91 91 92 92 the_jnode = iop->file_info; 93 94 if (iop->flags & LIBIO_FLAGS_APPEND) 95 iop->offset = the_jnode->info.file.size; 93 96 94 97 return 0; -
c/src/lib/libc/memfile.c
r5e0e012c re42a135 91 91 92 92 the_jnode = iop->file_info; 93 94 if (iop->flags & LIBIO_FLAGS_APPEND) 95 iop->offset = the_jnode->info.file.size; 93 96 94 97 return 0; -
c/src/libfs/src/imfs/memfile.c
r5e0e012c re42a135 91 91 92 92 the_jnode = iop->file_info; 93 94 if (iop->flags & LIBIO_FLAGS_APPEND) 95 iop->offset = the_jnode->info.file.size; 93 96 94 97 return 0; -
cpukit/libfs/src/imfs/memfile.c
r5e0e012c re42a135 91 91 92 92 the_jnode = iop->file_info; 93 94 if (iop->flags & LIBIO_FLAGS_APPEND) 95 iop->offset = the_jnode->info.file.size; 93 96 94 97 return 0;
Note: See TracChangeset
for help on using the changeset viewer.