diff options
author | Adin Scannell <ascannell@google.com> | 2019-09-30 17:23:03 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-09-30 17:24:29 -0700 |
commit | 20841b98e14dd37aa40886668e337551b18f0fd3 (patch) | |
tree | 1439d0a740c2d7ecdb1ec31baed4a53be52e76fe /pkg/sentry | |
parent | bcbb3ef317cb029f2553a8cdc03801f517b0fde4 (diff) |
Update FIXME bug with GitHub issue.
PiperOrigin-RevId: 272101930
Diffstat (limited to 'pkg/sentry')
-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 |