diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-07-07 20:07:30 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-07-08 22:52:24 +0200 |
| commit | 306ca0571c5d906ce76df97bd1ea54f4e0e50240 (patch) | |
| tree | a579718e096c53dc5386f4af2fbabb3318eaf1ed /executor/syscalls_netbsd.h | |
| parent | 93213ec0d3c4522c8844a51b718eb56ce62f395b (diff) | |
prog, pkg/compiler: support fmt type
fmt type allows to convert intergers and resources
to string representation.
Diffstat (limited to 'executor/syscalls_netbsd.h')
| -rw-r--r-- | executor/syscalls_netbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/syscalls_netbsd.h b/executor/syscalls_netbsd.h index 083e2ef22..b9a62b1b7 100644 --- a/executor/syscalls_netbsd.h +++ b/executor/syscalls_netbsd.h @@ -2,7 +2,7 @@ #if defined(__x86_64__) || 0 #define GOARCH "amd64" -#define SYZ_REVISION "06c0b32b546c6ae12f28b30331f8fac32b0a81bf" +#define SYZ_REVISION "cea6c87ab1f9e36df1927913a619e71cd29abcbf" #define SYZ_EXECUTOR_USES_FORK_SERVER true #define SYZ_EXECUTOR_USES_SHMEM true #define SYZ_PAGE_SIZE 4096 |
