diff options
author | Rahat Mahmood <rahat@google.com> | 2018-11-08 11:08:41 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-11-08 11:09:46 -0800 |
commit | 5a0be6fa203273d1e4ab06a206eaffeca5724533 (patch) | |
tree | f73a10689d42ca3b3676cd438dfd569ec1e7b745 /pkg/sentry/fs/proc/README.md | |
parent | 90e81b2e5c665b9fc149f97dcf15142c190260c6 (diff) |
Create stubs for syscalls upto Linux 4.4.
Create syscall stubs for missing syscalls upto Linux 4.4 and advertise
a kernel version of 4.4.
PiperOrigin-RevId: 220667680
Change-Id: Idbdccde538faabf16debc22f492dd053a8af0ba7
Diffstat (limited to 'pkg/sentry/fs/proc/README.md')
-rw-r--r-- | pkg/sentry/fs/proc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fs/proc/README.md b/pkg/sentry/fs/proc/README.md index e1ed88512..686d40f0c 100644 --- a/pkg/sentry/fs/proc/README.md +++ b/pkg/sentry/fs/proc/README.md @@ -223,7 +223,7 @@ Number of seconds idle | Always zero ```bash $ cat /proc/version -Linux version 3.11.10 #1 SMP Fri Nov 29 10:47:50 PST 2013 +Linux version 4.4 #1 SMP Sun Jan 10 15:06:54 PST 2016 ``` ## Process-specific data |