Kaydet (Commit) 22ba0d91 authored tarafından Caolán McNamara's avatar Caolán McNamara

flush stdout before returning from main in case _exit hack is operational

üst b0e0388d
......@@ -164,6 +164,7 @@ SAL_IMPLEMENT_MAIN()
}
printf("}\n");
fflush(stdout);
return EXIT_SUCCESS;
}
......
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