summaryrefslogtreecommitdiff
path: root/src/arch-x86-syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-x86-syscalls.c')
-rw-r--r--src/arch-x86-syscalls.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch-x86-syscalls.c b/src/arch-x86-syscalls.c
index 1d36c0b..1669289 100644
--- a/src/arch-x86-syscalls.c
+++ b/src/arch-x86-syscalls.c
@@ -46,6 +46,7 @@ const struct arch_syscall_def x86_syscall_table[] = { \
{ "bind", __PNR_bind },
{ "bpf", 357 },
{ "break", 17 },
+ { "breakpoint", __PNR_breakpoint },
{ "brk", 45 },
{ "cachectl", __PNR_cachectl },
{ "cacheflush", __PNR_cacheflush },
@@ -322,6 +323,7 @@ const struct arch_syscall_def x86_syscall_table[] = { \
{ "set_robust_list", 311 },
{ "set_thread_area", 243 },
{ "set_tid_address", 258 },
+ { "set_tls", __PNR_set_tls },
{ "setdomainname", 121 },
{ "setfsgid", 139 },
{ "setfsgid32", 216 },
@@ -417,6 +419,8 @@ const struct arch_syscall_def x86_syscall_table[] = { \
{ "unlinkat", 301 },
{ "unshare", 310 },
{ "uselib", 86 },
+ { "usr26", __PNR_usr26 },
+ { "usr32", __PNR_usr32 },
{ "ustat", 62 },
{ "utime", 30 },
{ "utimensat", 320 },