ujail: fixup code style: "func()" -> "func(void)"
[project/procd.git] / service / setlbf.c
1 #include <stdio.h>
2
3 static void __attribute__((constructor)) setlbf(void)
4 {
5         setbuf(stdout, NULL);
6 }