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


Ignore:
Timestamp:
2017-03-26T20:57:06Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b5b5d84
Parents:
fcab7ef
Message:

Omit unnecessary prefixes and suffixes from method and interface names

File:
1 edited

Legend:

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

    rfcab7ef rfe91f66  
    6666        VFS_IN_WRITE,
    6767        VFS_IN_TRUNCATE,
    68         VFS_IN_FSTAT,
     68        VFS_IN_STAT,
    6969        VFS_IN_CLOSE,
    7070        VFS_IN_MOUNT,
     
    7676        VFS_IN_STATFS,
    7777        VFS_IN_WALK,
    78         VFS_IN_OPEN2,
    79         VFS_IN_UNLINK2,
     78        VFS_IN_OPEN,
     79        VFS_IN_UNLINK,
    8080        VFS_IN_CLONE,
    8181} vfs_in_request_t;
Note: See TracChangeset for help on using the changeset viewer.