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_mips64le.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_mips64le.const')
| -rw-r--r-- | sys/linux/sys_mips64le.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/sys_mips64le.const b/sys/linux/sys_mips64le.const index 2c53e161d..cf0471269 100644 --- a/sys/linux/sys_mips64le.const +++ b/sys/linux/sys_mips64le.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 = 5221 __NR_clone = 5055 __NR_clone3 = 5435 __NR_close = 5003 +__NR_close_range = 5436 __NR_creat = 5083 __NR_delete_module = 5169 __NR_dup = 5031 |
