Changeset dd884cb in mainline
- Timestamp:
- 2018-11-12T19:52:26Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 15639ec
- Parents:
- 7429ffd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/sysipc.c
r7429ffd rdd884cb 770 770 { 771 771 call_t *call = NULL; 772 772 errno_t rc; 773 773 restart: 774 774 … … 777 777 #endif 778 778 779 errno_trc = ipc_wait_for_call(&TASK->answerbox, usec,779 rc = ipc_wait_for_call(&TASK->answerbox, usec, 780 780 flags | SYNCH_FLAGS_INTERRUPTIBLE, &call); 781 781
Note:
See TracChangeset
for help on using the changeset viewer.