aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorDokyung Song <dokyungs@google.com>2018-08-03 15:22:32 -0700
committerDmitry Vyukov <dvyukov@google.com>2018-08-08 19:31:56 +0200
commit2eeda842c89d39fee894ae34dca9829e3d77cf43 (patch)
treeb8aec50a6bbcaf900547d7624d3938e77a80e408 /executor/syscalls.h
parent17a0470620d8031c82bff3f45a7688a06bd77fdd (diff)
sys/fuchsia: add syscall description for binding channels to Launcher
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 6f53b4490..65bd49c83 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -503,6 +503,7 @@ const call_t syscalls[] = {
{"fchown", 0, (syscall_t)fchown},
{"fchownat", 0, (syscall_t)fchownat},
{"fdatasync", 0, (syscall_t)fdatasync},
+ {"fdio_service_connect$fuchsia_process_Launcher", 0, (syscall_t)fdio_service_connect},
{"fstat", 0, (syscall_t)fstat},
{"fsync", 0, (syscall_t)fsync},
{"ftruncate", 0, (syscall_t)ftruncate},
@@ -553,7 +554,9 @@ const call_t syscalls[] = {
{"writev", 0, (syscall_t)writev},
{"zx_cache_flush", 0, (syscall_t)zx_cache_flush},
{"zx_channel_call", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_process_LauncherLaunch", 0, (syscall_t)zx_channel_call},
{"zx_channel_create", 0, (syscall_t)zx_channel_create},
+ {"zx_channel_create$fuchsia_process_Launcher", 0, (syscall_t)zx_channel_create},
{"zx_channel_read", 0, (syscall_t)zx_channel_read},
{"zx_channel_read_etc", 0, (syscall_t)zx_channel_read_etc},
{"zx_channel_write", 0, (syscall_t)zx_channel_write},
@@ -685,6 +688,7 @@ const call_t syscalls[] = {
{"fchown", 0, (syscall_t)fchown},
{"fchownat", 0, (syscall_t)fchownat},
{"fdatasync", 0, (syscall_t)fdatasync},
+ {"fdio_service_connect$fuchsia_process_Launcher", 0, (syscall_t)fdio_service_connect},
{"fstat", 0, (syscall_t)fstat},
{"fsync", 0, (syscall_t)fsync},
{"ftruncate", 0, (syscall_t)ftruncate},
@@ -735,7 +739,9 @@ const call_t syscalls[] = {
{"writev", 0, (syscall_t)writev},
{"zx_cache_flush", 0, (syscall_t)zx_cache_flush},
{"zx_channel_call", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_process_LauncherLaunch", 0, (syscall_t)zx_channel_call},
{"zx_channel_create", 0, (syscall_t)zx_channel_create},
+ {"zx_channel_create$fuchsia_process_Launcher", 0, (syscall_t)zx_channel_create},
{"zx_channel_read", 0, (syscall_t)zx_channel_read},
{"zx_channel_read_etc", 0, (syscall_t)zx_channel_read_etc},
{"zx_channel_write", 0, (syscall_t)zx_channel_write},