summaryrefslogtreecommitdiff
path: root/usr.bin/truss/syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/truss/syscalls.c')
-rw-r--r--usr.bin/truss/syscalls.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c
index 40af63478942..306a900aea1e 100644
--- a/usr.bin/truss/syscalls.c
+++ b/usr.bin/truss/syscalls.c
@@ -628,12 +628,6 @@ static struct syscall decoded_syscalls[] = {
.args = { { BinString | OUT, 0 }, { Int, 1 } } },
{ .name = "cloudabi_sys_sock_accept", .ret_type = 1, .nargs = 2,
.args = { { Int, 0 }, { CloudABISockStat | OUT, 1 } } },
- { .name = "cloudabi_sys_sock_bind", .ret_type = 1, .nargs = 3,
- .args = { { Int, 0 }, { Int, 1 }, { BinString | IN, 2 } } },
- { .name = "cloudabi_sys_sock_connect", .ret_type = 1, .nargs = 3,
- .args = { { Int, 0 }, { Int, 1 }, { BinString | IN, 2 } } },
- { .name = "cloudabi_sys_sock_listen", .ret_type = 1, .nargs = 2,
- .args = { { Int, 0 }, { Int, 1 } } },
{ .name = "cloudabi_sys_sock_shutdown", .ret_type = 1, .nargs = 2,
.args = { { Int, 0 }, { CloudABISDFlags, 1 } } },
{ .name = "cloudabi_sys_sock_stat_get", .ret_type = 1, .nargs = 3,