Changeset dd884cb in mainline


Ignore:
Timestamp:
2018-11-12T19:52:26Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
15639ec
Parents:
7429ffd
Message:

Fix build with UDEBUG disabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/sysipc.c

    r7429ffd rdd884cb  
    770770{
    771771        call_t *call = NULL;
    772 
     772        errno_t rc;
    773773restart:
    774774
     
    777777#endif
    778778
    779         errno_t rc = ipc_wait_for_call(&TASK->answerbox, usec,
     779        rc = ipc_wait_for_call(&TASK->answerbox, usec,
    780780            flags | SYNCH_FLAGS_INTERRUPTIBLE, &call);
    781781
Note: See TracChangeset for help on using the changeset viewer.