diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-10-01 00:28:26 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-01 00:28:26 +0000 |
commit | 763568178afd95a99c073d483405af403614ec25 (patch) | |
tree | 46415802e2c652014f19995d6f3cef0190472e67 /pkg | |
parent | d983f94cc45ab937cd5d9483797c4e7eeeb243fa (diff) | |
parent | 20841b98e14dd37aa40886668e337551b18f0fd3 (diff) |
Merge release-20190806.1-214-g20841b9 (automated)
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/sentry/sighandling/sighandling_unsafe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/sighandling/sighandling_unsafe.go b/pkg/sentry/sighandling/sighandling_unsafe.go index eace3766d..c303435d5 100644 --- a/pkg/sentry/sighandling/sighandling_unsafe.go +++ b/pkg/sentry/sighandling/sighandling_unsafe.go @@ -23,7 +23,7 @@ import ( "gvisor.dev/gvisor/pkg/abi/linux" ) -// TODO(b/34161764): Move to pkg/abi/linux along with definitions in +// FIXME(gvisor.dev/issue/214): Move to pkg/abi/linux along with definitions in // pkg/sentry/arch. type sigaction struct { handler uintptr |