Changeset 3943da1 in mainline
- Timestamp:
- 2018-07-26T10:38:09Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12bdbcc6
- Parents:
- efa3136
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fs/libfs.c
refa3136 r3943da1 424 424 reg.fs_handle = (int) IPC_GET_ARG1(answer); 425 425 426 /*427 * Tell the async framework that other connections are to be handled by428 * the same connection fibril as well.429 */430 async_set_fallback_port_handler(vfs_connection, NULL);431 432 426 return IPC_GET_RETVAL(answer); 433 427 }
Note:
See TracChangeset
for help on using the changeset viewer.