Open kosayoda opened 2 months ago
The posix_spawn functions do not use -1 as the sentinel for errors, rather 0 is return on success and every other return value is an error.
-1
0
Adds a test case to test posix_spawn failure.
CONTRIBUTING.md
Thanks for catching it!
The posix_spawn functions do not use
-1
as the sentinel for errors, rather0
is return on success and every other return value is an error.Adds a test case to test posix_spawn failure.
Checklist:
CONTRIBUTING.md