aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorMark Johnston <markjdb@gmail.com>2020-03-26 15:21:27 -0400
committerDmitry Vyukov <dvyukov@google.com>2020-03-27 05:51:58 +0100
commit87abd520f8d5796334f10c62e1ae1af621284694 (patch)
tree61b050490be3aaeb4091b1016eacf1f49c3e4f0a /executor/syscalls.h
parentc37c8bf05b3a5e72f9e220d4db34cd65276f4c0a (diff)
sys/freebsd: add bindat(2)
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h4
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},