Changeset 67e881c in mainline for uspace/lib/c/include/ipc/vfs.h


Ignore:
Timestamp:
2017-03-30T20:59:36Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a56cef9
Parents:
79ea5af
Message:

Rename ftruncate() to vfs_resize()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/vfs.h

    r79ea5af r67e881c  
    6565        VFS_IN_READ = IPC_FIRST_USER_METHOD,
    6666        VFS_IN_WRITE,
    67         VFS_IN_TRUNCATE,
     67        VFS_IN_RESIZE,
    6868        VFS_IN_STAT,
    6969        VFS_IN_CLOSE,
Note: See TracChangeset for help on using the changeset viewer.