Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4380 → Rev 4381

/trunk/uspace/lib/libc/generic/async.c
810,6 → 810,7
msg->done = false;
msg->dataptr = dataptr;
msg->wdata.inlist = false;
/* We may sleep in the next method, but it will use its own mechanism */
msg->wdata.active = true;
849,6 → 850,7
msg->done = false;
msg->dataptr = dataptr;
msg->wdata.inlist = false;
/* We may sleep in next method, but it will use its own mechanism */
msg->wdata.active = true;