Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
signal: fix name for SIGBUS on darwin
I noticed that the name for `SIGBUS` on Darwin was mapped to `BUG`. To be sure that a `BUG` signal is not actually a "thing", I looked at the history for this; this mapping was originally added in: moby/moby@10dc16d, Looking at the Darwin headers, I also don't see a mention of a `BUG` signal: https://github.com/apple/darwin-xnu/blob/b6dbbb99918752ac84da97aa9b473bd974afc609/bsd/sys/signal.h#L98, So, I'm assuming this was a rather funny slip-up, which makes this a "BUS-FIX" ? Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- Loading branch information