Changeset a56cef9 in mainline for uspace/app/kio/kio.c
- Timestamp:
- 2017-03-30T21:09:51Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6e5562a
- Parents:
- 67e881c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/kio/kio.c
r67e881c ra56cef9 48 48 #include <adt/prodcons.h> 49 49 #include <tinput.h> 50 #include <vfs/vfs.h> 50 51 51 52 #define NAME "kio" … … 128 129 129 130 fflush(log); 130 fsync(fileno(log));131 vfs_sync(fileno(log)); 131 132 } 132 133
Note:
See TracChangeset
for help on using the changeset viewer.