diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-12-10 21:10:14 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-12-10 21:10:14 +0000 |
commit | c3b1adebb559bb37402f52771b770e26fe92ed49 (patch) | |
tree | c9aa27ec23ff25bc1db507298289603976d099c2 /pkg/sentry/strace/syscalls.go | |
parent | 6314afbd4bfd886320eff9043dcd10dca440eed0 (diff) | |
parent | 39386d78bb9636e52d6a0487d5fa7bff6beab64e (diff) |
Merge release-20191129.0-38-g39386d7 (automated)
Diffstat (limited to 'pkg/sentry/strace/syscalls.go')
-rw-r--r-- | pkg/sentry/strace/syscalls.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/sentry/strace/syscalls.go b/pkg/sentry/strace/syscalls.go index 3c389d375..e5d486c4e 100644 --- a/pkg/sentry/strace/syscalls.go +++ b/pkg/sentry/strace/syscalls.go @@ -206,6 +206,10 @@ const ( // PollFDs is an array of struct pollfd. The number of entries in the // array is in the next argument. PollFDs + + // SelectFDSet is an fd_set argument in select(2)/pselect(2). The number of + // fds represented must be the first argument. + SelectFDSet ) // defaultFormat is the syscall argument format to use if the actual format is |