diff options
| author | Jiaheng Hu <jiahengh@google.com> | 2020-07-03 21:20:38 +0000 |
|---|---|---|
| committer | Eric Biggers <ebiggers3@gmail.com> | 2020-07-08 13:37:34 -0700 |
| commit | bc238812ae6d1f5a7e99ff60b5b3089a73f1cfb3 (patch) | |
| tree | 855f24da6ad818f81d69d2120ac5add5310305d9 /sys/linux/sys_amd64.const | |
| parent | 6154150efc43750e79c6a71817fd1f051547baee (diff) | |
sys/linux: add close_range
Added description for close_range which is currently in linux-next
(https://lore.kernel.org/lkml/20200602204219.186620-2-christian.brauner@ubuntu.com/).
Diffstat (limited to 'sys/linux/sys_amd64.const')
| -rw-r--r-- | sys/linux/sys_amd64.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const index 9698ffb80..f7e18e962 100644 --- a/sys/linux/sys_amd64.const +++ b/sys/linux/sys_amd64.const @@ -62,6 +62,7 @@ CLONE_THREAD = 65536 CLONE_UNTRACED = 8388608 CLONE_VFORK = 16384 CLONE_VM = 256 +CLOSE_RANGE_UNSHARE = 2 DN_ACCESS = 1 DN_ATTRIB = 32 DN_CREATE = 4 @@ -593,6 +594,7 @@ __NR_clock_settime = 227 __NR_clone = 56 __NR_clone3 = 435 __NR_close = 3 +__NR_close_range = 436 __NR_creat = 85 __NR_delete_module = 176 __NR_dup = 32 |
