-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Backport atomic job locking from ksh 93v- beta" (52067c3)
That patch broke the build on Cygwin, where gcc apparently doesn't have the required atomic addition/subtraction compiler builtins. The build fails at link time with those functions not found. As far as I know, ksh was actually working fine (after @JohnoKing's gcc workaround in c258a04), so I'll just revert this for now. If a need for it is demonstrated later, we'll have to add a feature test or find some other way to get it working on Cygwin.
- Loading branch information
Showing
2 changed files
with
15 additions
and
7 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
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