diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-08-19 02:31:52 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-19 02:31:52 +0000 |
commit | ffffdac11e14b1baadf19d357c1fbd20ce2931ee (patch) | |
tree | 4a0eeb215ac66723474a0ce2a26a3c64eb65180d /pkg/sentry/fs | |
parent | 91407007c0df4813d06e22df1a43d2b0e413d938 (diff) | |
parent | f2822da54293aaf1c161bde62dcfddfc234e4394 (diff) |
Merge release-20200810.0-57-gf2822da54 (automated)
Diffstat (limited to 'pkg/sentry/fs')
-rw-r--r-- | pkg/sentry/fs/host/tty.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fs/host/tty.go b/pkg/sentry/fs/host/tty.go index b5229098c..e29ae00f2 100644 --- a/pkg/sentry/fs/host/tty.go +++ b/pkg/sentry/fs/host/tty.go @@ -358,7 +358,7 @@ func (t *TTYFileOperations) checkChange(ctx context.Context, sig linux.Signal) e // // Linux ignores the result of kill_pgrp(). _ = pg.SendSignal(kernel.SignalInfoPriv(sig)) - return kernel.ERESTARTSYS + return syserror.ERESTARTSYS } // LINT.ThenChange(../../fsimpl/host/tty.go) |