Commit aa92cf53 authored by Alessandro Rubini's avatar Alessandro Rubini

fd-raw-input: force line-buffer

parent 0b9a7c2d
......@@ -80,6 +80,7 @@ int main(int argc, char **argv)
}
/* Ok, now wait for each of them to spit a timestamp */
setlinebuf(stdout);
while (1) {
curset = allset;
switch(select(maxfd + 1, &curset, NULL, NULL, NULL)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment