Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2491 → Rev 2492

/trunk/uspace/lib/libc/generic/fibril.c
254,7 → 254,8
 
/** Add a fibril to the ready list.
*
* @param fid Pinter to the fibril structure of the fibril to be added.
* @param fid Pinter to the fibril structure of the fibril to be
* added.
*/
void fibril_add_ready(fid_t fid)
{