Ignore:
File:
1 edited

Legend:

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

    reda925a ra281fc82  
    13101310            IPC_FF_ROUTE_FROM_ME);
    13111311        if (retval != EOK) {
     1312                async_wait_for(msg, NULL);
    13121313                ipc_answer_0(callid, retval);
    13131314                return retval;
     
    14951496            IPC_FF_ROUTE_FROM_ME);
    14961497        if (retval != EOK) {
     1498                async_wait_for(msg, NULL);
    14971499                ipc_answer_0(callid, retval);
    14981500                return retval;
Note: See TracChangeset for help on using the changeset viewer.