scrcpy/app
Romain Vimont a919944372 Use _exit() instead of exit() in child process
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.
2018-01-04 10:22:09 +01:00
..
src Use _exit() instead of exit() in child process 2018-01-04 10:22:09 +01:00
meson.build Do not inline lockutil functions 2017-12-18 11:07:42 +01:00