Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1708 → Rev 1709

/uspace/trunk/libc/generic/ipc.c
371,6 → 371,7
/** Wait some time for an IPC call.
*
* - dispatch ASYNC reoutines in the background
*
* @param call Space where the message is stored
* @param usec Timeout in microseconds.
* @return Callid of the answer.
389,6 → 390,7
/** Check if there is an IPC call waiting to be picked up.
*
* - dispatch ASYNC reoutines in the background
*
* @param call Space where the message is stored
* @return Callid of the answer.
*/