diff options
author | Michael Pratt <mpratt@google.com> | 2020-01-24 11:58:13 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-24 12:01:04 -0800 |
commit | 390bb9c241c2b05c311579562d95cc39d899157b (patch) | |
tree | d9d05355efc1df71b9a5c68e5e5f1739a02d8fca /test/util/timer_util.h | |
parent | 24cfbf4b981a76e46cab47650ef514835990b72e (diff) |
Ignore external SIGURG
Go 1.14+ sends SIGURG to Ms to attempt asynchronous preemption of a G. Since it
can't guarantee that a SIGURG is only related to preemption, it continues to
forward them to signal.Notify (see runtime.sighandler).
We should ignore these signals, as applications shouldn't receive them. Note
that this means that truly external SIGURG can no longer be sent to the
application (as with SIGCHLD).
PiperOrigin-RevId: 291415357
Diffstat (limited to 'test/util/timer_util.h')
0 files changed, 0 insertions, 0 deletions