Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1081 → Rev 1080

/uspace/trunk/init/init.c
37,7 → 37,7
extern void utest(void *arg);
void utest(void *arg)
{
printf("Uspace thread started.\n");
// printf("Uspace thread started.\n");
for (;;)
;
}