-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add wrappers for posix_spawn related functions (#2475)
* Add wrappers for posix_spawn related functions Closes #1740 * Use Errno::result helper * chore: add changelog entry for PR * Add tests for posix_spawn function --------- Co-authored-by: kosayoda <git@siek.dev> Co-authored-by: Cameron Nemo <cam@libnemo.org>
- Loading branch information
1 parent
43b7a74
commit ae338df
Showing
5 changed files
with
513 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Added wrappers for `posix_spawn` API |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.