diff options
| author | Veronica Radu <veronicaradu@google.com> | 2019-10-07 15:35:15 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-10-10 14:37:42 +0200 |
| commit | 1a3bad9041ac075f3e2ae7f20528203704e87b28 (patch) | |
| tree | 04308eec31470e16bb2ba7506c4ae4f6afc76e2c /executor/syscalls.h | |
| parent | a4efa8c091bb41968c2a2e198fa239625ed8a24e (diff) | |
prog: mutate length of output buffers
Update #480
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 946283fc0..57cbc46db 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -16503,11 +16503,13 @@ const call_t syscalls[] = { {"minimize$0", 0}, {"mutate$array", 0}, {"mutate$array2", 0}, + {"mutate$buffer", 0}, {"mutate$flags", 0}, {"mutate$flags2", 0}, {"mutate$flags3", 0}, {"mutate$integer", 0}, {"mutate$integer2", 0}, + {"mutate$rangedbuffer", 0}, {"mutate$union", 0}, {"mutate0", 0}, {"mutate1", 0}, |
