Documentation: no mention that certain syscall
signals are not available on all Unix/Linux platforms
#71468
Labels
Documentation
Issues describing a change to documentation.
The
SIGSTKFLT
signal is documented in https://pkg.go.dev/syscall and https://pkg.go.dev/os/signal#hdr-Default_behavior_of_signals_in_Go_programs. But it is not present on certain platforms, including Darwin arm64. This is correct, but as far as I can tell isn't mentioned in the documentation. It would be helpful if the documentation specified which signals are expected to be available on all (Unix-like) platforms, and which may not exist on all platforms.The text was updated successfully, but these errors were encountered: