diff options
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 7d437458a..b14818af9 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -3055,6 +3055,7 @@ const call_t syscalls[] = { {"quotactl", 131}, {"read", 3}, {"read$FUSE", 3}, + {"read$alg", 3}, {"read$eventfd", 3}, {"readahead", 225}, {"readlink", 85}, @@ -5575,6 +5576,7 @@ const call_t syscalls[] = { {"quotactl", 179}, {"read", 0}, {"read$FUSE", 0}, + {"read$alg", 0}, {"read$eventfd", 0}, {"readahead", 187}, {"readlink", 89}, @@ -8077,6 +8079,7 @@ const call_t syscalls[] = { {"quotactl", 131}, {"read", 3}, {"read$FUSE", 3}, + {"read$alg", 3}, {"read$eventfd", 3}, {"readahead", 225}, {"readlink", 85}, @@ -10560,6 +10563,7 @@ const call_t syscalls[] = { {"quotactl", 60}, {"read", 63}, {"read$FUSE", 63}, + {"read$alg", 63}, {"read$eventfd", 63}, {"readahead", 213}, {"readlinkat", 78}, @@ -12931,6 +12935,7 @@ const call_t syscalls[] = { {"quotactl", 131}, {"read", 3}, {"read$FUSE", 3}, + {"read$alg", 3}, {"read$eventfd", 3}, {"readahead", 191}, {"readlink", 85}, |
