Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1518 → Rev 1517

/uspace/trunk/libc/generic/async.c
606,7 → 606,7
 
msg->wdata.active = 1; /* We may sleep in next method, but it
* will use it's own mechanism */
ipc_call_async_2(phoneid,method,arg1,arg2,msg,reply_received,1);
ipc_call_async_2(phoneid,method,arg1,arg2,msg,reply_received);
 
return (aid_t) msg;
}