Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/async.c

    ra281fc82 reda925a  
    13101310            IPC_FF_ROUTE_FROM_ME);
    13111311        if (retval != EOK) {
    1312                 async_wait_for(msg, NULL);
    13131312                ipc_answer_0(callid, retval);
    13141313                return retval;
     
    14961495            IPC_FF_ROUTE_FROM_ME);
    14971496        if (retval != EOK) {
    1498                 async_wait_for(msg, NULL);
    14991497                ipc_answer_0(callid, retval);
    15001498                return retval;
Note: See TracChangeset for help on using the changeset viewer.