Changeset 4118f5f in mainline
- Timestamp:
- 2011-07-17T08:52:34Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4069f5c, a701812
- Parents:
- 2aceec5 (diff), 8ad496d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/io.c
r2aceec5 r4118f5f 714 714 off64_t ftell(FILE *stream) 715 715 { 716 _fflushbuf(stream); 716 717 return lseek(stream->fd, 0, SEEK_CUR); 717 718 }
Note:
See TracChangeset
for help on using the changeset viewer.