jail: ensure mounts are not MS_SHARED to avoid pivot_root() failure
[project/procd.git] / service / setlbf.c
1 #include <stdio.h>
2
3 static void __attribute__((constructor)) setlbf(void)
4 {
5         setbuf(stdout, NULL);
6 }