a919944372
exit() should not be called from within a child process, since it would call functions registered with atexit(), and flush stdio streams. Use _exit() instead. |
||
---|---|---|
.. | ||
src | ||
meson.build |
a919944372
exit() should not be called from within a child process, since it would call functions registered with atexit(), and flush stdio streams. Use _exit() instead. |
||
---|---|---|
.. | ||
src | ||
meson.build |