block instead of chewing cpu in eread (Lu Xuxiao)

This commit is contained in:
rsc 2006-11-05 14:43:52 +00:00
parent 9a5678a8a9
commit 33da33e72b

View file

@ -92,7 +92,7 @@ eread(ulong keys, Event *e)
}
return id;
}
extract(0);
extract(1);
}
return 0;
}