diff options
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 130d42ac6..ced2bbee3 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -252,6 +252,8 @@ const call_t syscalls[] = { {"bind$inet", 104}, {"bind$inet6", 104}, {"bind$unix", 104}, + {"bindat", 538}, + {"bindat$unix", 538}, {"chdir", 12}, {"chflags", 34}, {"chflagsat", 540}, @@ -770,6 +772,8 @@ const call_t syscalls[] = { {"bind$inet", 104}, {"bind$inet6", 104}, {"bind$unix", 104}, + {"bindat", 538}, + {"bindat$unix", 538}, {"chdir", 12}, {"chflags", 34}, {"chflagsat", 540}, |
