Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1452 → Rev 1453

/uspace/trunk/libc/generic/time.c
97,7 → 97,7
return 0;
}
 
/** Wait unconditionally for specified miliseconds */
/** Wait unconditionally for specified microseconds */
void usleep(unsigned long usec)
{
atomic_t futex = FUTEX_INITIALIZER;