Changeset e86a617a in mainline
- Timestamp:
- 2016-07-12T17:04:44Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9fbc7fa
- Parents:
- fb4a424
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/io.c
rfb4a424 re86a617a 271 271 stream->need_sync = false; 272 272 _setvbuf(stream); 273 stream->ungetc_chars = 0; 273 274 274 275 list_append(&stream->link, &files); … … 293 294 stream->need_sync = false; 294 295 _setvbuf(stream); 296 stream->ungetc_chars = 0; 295 297 296 298 list_append(&stream->link, &files);
Note:
See TracChangeset
for help on using the changeset viewer.