summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
Diffstat (limited to 'linux')
-rw-r--r--linux/syscallent-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/syscallent-common.h b/linux/syscallent-common.h
index 12ec2f264..6ca296ac1 100644
--- a/linux/syscallent-common.h
+++ b/linux/syscallent-common.h
@@ -20,7 +20,7 @@
[BASE_NR + 433] = { 3, TD|TF, SEN(fspick), "fspick" },
[BASE_NR + 434] = { 2, TD, SEN(pidfd_open), "pidfd_open" },
[BASE_NR + 435] = { 2, TP, SEN(clone3), "clone3" },
-/* 436 is reserved for watch_devices */
+[BASE_NR + 436] = { 3, TD, SEN(close_range), "close_range" },
[BASE_NR + 437] = { 4, TD|TF, SEN(openat2), "openat2" },
[BASE_NR + 438] = { 3, TD, SEN(pidfd_getfd), "pidfd_getfd" },
[BASE_NR + 439] = { 4, TD|TF, SEN(faccessat2), "faccessat2" },