Revision 9156d763 os-posix.c

b/os-posix.c
298 298
    } else
299 299
        fprintf(stderr, "Could not acquire pid file: %s\n", strerror(errno));
300 300
}
301

  
302
void os_set_line_buffering(void)
303
{
304
    setvbuf(stdout, NULL, _IOLBF, 0);
305
}

Also available in: Unified diff