Changeset 3648e184 in mainline


Ignore:
Timestamp:
2017-03-20T17:14:21Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ebf1011
Parents:
55a7fee
Message:

Remove VFS_IN_UNLINK

Location:
uspace/lib/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/vfs/vfs.c

    r55a7fee r3648e184  
    232232
    233233        rc1 = async_data_write_start(exch, (void *) opts, str_size(opts));
    234        
    235234        if (rc1 == EOK) {
    236235                rc1 = async_data_write_start(exch, (void *) fs_name,
  • uspace/lib/c/include/ipc/vfs.h

    r55a7fee r3648e184  
    7373        VFS_IN_SYNC,
    7474        VFS_IN_REGISTER,
    75         VFS_IN_UNLINK,
    7675        VFS_IN_RENAME,
    7776        VFS_IN_DUP,
Note: See TracChangeset for help on using the changeset viewer.