diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-09-11 13:02:56 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-09-11 13:02:56 +0200 |
| commit | 20c13d3ce56c7723a1ba203405c5d8aadb051ca5 (patch) | |
| tree | edd4fc8d23580d40a9d0d7fa01225266a2f36f79 /executor | |
| parent | 11c256cdcd601b67fcf5611fe8aed55b9ff00143 (diff) | |
sys/fuchsia: regerenate files
Regerenate files after the previous commit.
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 4 | ||||
| -rw-r--r-- | executor/syscalls.h | 14 |
2 files changed, 2 insertions, 16 deletions
diff --git a/executor/defs.h b/executor/defs.h index 23389279c..cdc2ace47 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -35,7 +35,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "6cdbdf7c4071faca2094bf2150ea2a90384bb008" +#define SYZ_REVISION "8e00ee09a9f5a1a4d836583a225bc07d1db1c1d7" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 @@ -45,7 +45,7 @@ #if GOARCH_arm64 #define GOARCH "arm64" -#define SYZ_REVISION "59de262e4cd9e36f40a7767839877a47372efa54" +#define SYZ_REVISION "f5add65900536a85bf97a394d610cf85790c4b17" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 diff --git a/executor/syscalls.h b/executor/syscalls.h index a49dc1cb6..6f3241e86 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -515,7 +515,6 @@ const call_t syscalls[] = { {"fdio_service_connect$fuchsia_io_Directory", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_io_File", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_io_Node", 0, (syscall_t)fdio_service_connect}, - {"fdio_service_connect$fuchsia_io_Object", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_process_Launcher", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_process_Resolver", 0, (syscall_t)fdio_service_connect}, {"fstat", 0, (syscall_t)fstat}, @@ -634,8 +633,6 @@ const call_t syscalls[] = { {"zx_channel_call$fuchsia_io_NodeIoctl", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_io_NodeSetAttr", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_io_NodeSync", 0, (syscall_t)zx_channel_call}, - {"zx_channel_call$fuchsia_io_ObjectClose", 0, (syscall_t)zx_channel_call}, - {"zx_channel_call$fuchsia_io_ObjectDescribe", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_process_LauncherCreateWithoutStarting", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_process_LauncherLaunch", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_process_ResolverResolve", 0, (syscall_t)zx_channel_call}, @@ -650,14 +647,12 @@ const call_t syscalls[] = { {"zx_channel_create$fuchsia_io_Directory", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_io_File", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_io_Node", 0, (syscall_t)zx_channel_create}, - {"zx_channel_create$fuchsia_io_Object", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_process_Launcher", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_process_Resolver", 0, (syscall_t)zx_channel_create}, {"zx_channel_read", 0, (syscall_t)zx_channel_read}, {"zx_channel_read$fuchsia_io_DirectoryOnOpen", 0, (syscall_t)zx_channel_read}, {"zx_channel_read$fuchsia_io_FileOnOpen", 0, (syscall_t)zx_channel_read}, {"zx_channel_read$fuchsia_io_NodeOnOpen", 0, (syscall_t)zx_channel_read}, - {"zx_channel_read$fuchsia_io_ObjectOnOpen", 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}, {"zx_channel_write$fuchsia_io_DirectoryBind", 0, (syscall_t)zx_channel_write}, @@ -667,8 +662,6 @@ const call_t syscalls[] = { {"zx_channel_write$fuchsia_io_FileClone", 0, (syscall_t)zx_channel_write}, {"zx_channel_write$fuchsia_io_NodeBind", 0, (syscall_t)zx_channel_write}, {"zx_channel_write$fuchsia_io_NodeClone", 0, (syscall_t)zx_channel_write}, - {"zx_channel_write$fuchsia_io_ObjectBind", 0, (syscall_t)zx_channel_write}, - {"zx_channel_write$fuchsia_io_ObjectClone", 0, (syscall_t)zx_channel_write}, {"zx_channel_write$fuchsia_process_LauncherAddArgs", 0, (syscall_t)zx_channel_write}, {"zx_channel_write$fuchsia_process_LauncherAddEnvirons", 0, (syscall_t)zx_channel_write}, {"zx_channel_write$fuchsia_process_LauncherAddHandles", 0, (syscall_t)zx_channel_write}, @@ -811,7 +804,6 @@ const call_t syscalls[] = { {"fdio_service_connect$fuchsia_io_Directory", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_io_File", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_io_Node", 0, (syscall_t)fdio_service_connect}, - {"fdio_service_connect$fuchsia_io_Object", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_process_Launcher", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_process_Resolver", 0, (syscall_t)fdio_service_connect}, {"fstat", 0, (syscall_t)fstat}, @@ -930,8 +922,6 @@ const call_t syscalls[] = { {"zx_channel_call$fuchsia_io_NodeIoctl", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_io_NodeSetAttr", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_io_NodeSync", 0, (syscall_t)zx_channel_call}, - {"zx_channel_call$fuchsia_io_ObjectClose", 0, (syscall_t)zx_channel_call}, - {"zx_channel_call$fuchsia_io_ObjectDescribe", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_process_LauncherCreateWithoutStarting", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_process_LauncherLaunch", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_process_ResolverResolve", 0, (syscall_t)zx_channel_call}, @@ -946,14 +936,12 @@ const call_t syscalls[] = { {"zx_channel_create$fuchsia_io_Directory", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_io_File", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_io_Node", 0, (syscall_t)zx_channel_create}, - {"zx_channel_create$fuchsia_io_Object", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_process_Launcher", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_process_Resolver", 0, (syscall_t)zx_channel_create}, {"zx_channel_read", 0, (syscall_t)zx_channel_read}, {"zx_channel_read$fuchsia_io_DirectoryOnOpen", 0, (syscall_t)zx_channel_read}, {"zx_channel_read$fuchsia_io_FileOnOpen", 0, (syscall_t)zx_channel_read}, {"zx_channel_read$fuchsia_io_NodeOnOpen", 0, (syscall_t)zx_channel_read}, - {"zx_channel_read$fuchsia_io_ObjectOnOpen", 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}, {"zx_channel_write$fuchsia_io_DirectoryBind", 0, (syscall_t)zx_channel_write}, @@ -963,8 +951,6 @@ const call_t syscalls[] = { {"zx_channel_write$fuchsia_io_FileClone", 0, (syscall_t)zx_channel_write}, {"zx_channel_write$fuchsia_io_NodeBind", 0, (syscall_t)zx_channel_write}, {"zx_channel_write$fuchsia_io_NodeClone", 0, (syscall_t)zx_channel_write}, - {"zx_channel_write$fuchsia_io_ObjectBind", 0, (syscall_t)zx_channel_write}, - {"zx_channel_write$fuchsia_io_ObjectClone", 0, (syscall_t)zx_channel_write}, {"zx_channel_write$fuchsia_process_LauncherAddArgs", 0, (syscall_t)zx_channel_write}, {"zx_channel_write$fuchsia_process_LauncherAddEnvirons", 0, (syscall_t)zx_channel_write}, {"zx_channel_write$fuchsia_process_LauncherAddHandles", 0, (syscall_t)zx_channel_write}, |
