-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix async_start_worker when noclobber is set
This commit fixes a clobbering issue of errfd because it was initialized as an integer (and thus zero value). Instead of always allowing clobbering, we initialize it as -1 which makes zsh happy and protects us from accidentally clobbering something in the future. The error fixed was: can't clobber parameter errfd containing file descriptor 0 Possible fix for clobbering issue mentioned in #35.
- Loading branch information
Showing
1 changed file
with
17 additions
and
14 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