Changeset a56cef9 in mainline for uspace/app/kio/kio.c


Ignore:
Timestamp:
2017-03-30T21:09:51Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6e5562a
Parents:
67e881c
Message:

Rename fsync() to vfs_sync()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/kio/kio.c

    r67e881c ra56cef9  
    4848#include <adt/prodcons.h>
    4949#include <tinput.h>
     50#include <vfs/vfs.h>
    5051
    5152#define NAME       "kio"
     
    128129                       
    129130                        fflush(log);
    130                         fsync(fileno(log));
     131                        vfs_sync(fileno(log));
    131132                }
    132133               
Note: See TracChangeset for help on using the changeset viewer.