blob: 7d53aaae877f878d806707fe527538a4556302f3 [file] [log] [blame]
void *eintr_source (void *arg)
{
int ts = 0;
if (arg)
foo ();
while (1)
{
if (arg)
foo ();
foo1 (&ts);
}
return 0;
}