Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1502 → Rev 1503

/uspace/trunk/libc/generic/async.c
507,7 → 507,7
timeout = SYNCH_NO_TIMEOUT;
futex_up(&async_futex);
 
callid = ipc_wait_cycle(&call, timeout, SYNCH_BLOCKING);
callid = ipc_wait_cycle(&call, timeout, SYNCH_FLAGS_NONE);
 
if (!callid) {
handle_expired_timeouts();