Files
rust/library/std/src/sys/unix/process
Tomasz Miąsko 6cd5506897 Check for errors returned from posix_spawn*_init functions
The posix_spawnattr_init & posix_spawn_file_actions_init might fail,
but their return code is not checked.

Check for non-zero return code and destroy only succesfully initialized
objects.
2020-10-08 23:53:15 +02:00
..
2020-09-26 18:58:38 -07:00
2020-09-26 18:58:38 -07:00
2020-09-26 18:58:38 -07:00