We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd37284 commit a08addaCopy full SHA for a08adda
src/os/signal/doc.go
@@ -129,9 +129,7 @@ If the non-Go code installs any signal handlers, it must use the
129
SA_ONSTACK flag with sigaction. Failing to do so is likely to cause
130
the program to crash if the signal is received. Go programs routinely
131
run with a limited stack, and therefore set up an alternate signal
132
-stack. Also, the Go standard library expects that any signal handlers
133
-will use the SA_RESTART flag. Failing to do so may cause some library
134
-calls to return "interrupted system call" errors.
+stack.
135
136
If the non-Go code installs a signal handler for any of the
137
synchronous signals (SIGBUS, SIGFPE, SIGSEGV), then it should record
0 commit comments