Changeset 3648e184 in mainline
- Timestamp:
- 2017-03-20T17:14:21Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ebf1011
- Parents:
- 55a7fee
- Location:
- uspace/lib/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/vfs.c
r55a7fee r3648e184 232 232 233 233 rc1 = async_data_write_start(exch, (void *) opts, str_size(opts)); 234 235 234 if (rc1 == EOK) { 236 235 rc1 = async_data_write_start(exch, (void *) fs_name, -
uspace/lib/c/include/ipc/vfs.h
r55a7fee r3648e184 73 73 VFS_IN_SYNC, 74 74 VFS_IN_REGISTER, 75 VFS_IN_UNLINK,76 75 VFS_IN_RENAME, 77 76 VFS_IN_DUP,
Note:
See TracChangeset
for help on using the changeset viewer.