Changeset 334c103 in mainline for kernel/generic/src/ipc/kbox.c
- Timestamp:
- 2018-03-13T18:01:48Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 87e7a18
- Parents:
- 50dd854
- git-author:
- Jakub Jermar <jakub@…> (2018-03-10 18:18:12)
- git-committer:
- Jakub Jermar <jakub@…> (2018-03-13 18:01:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/kbox.c
r50dd854 r334c103 253 253 /* Allocate a new phone. */ 254 254 cap_handle_t phone_handle; 255 errno_t rc = phone_alloc(TASK, &phone_handle);255 errno_t rc = phone_alloc(TASK, true, &phone_handle, NULL); 256 256 if (rc != EOK) { 257 257 mutex_unlock(&task->kb.cleanup_lock);
Note:
See TracChangeset
for help on using the changeset viewer.