diff options
| author | Veronica Radu <veronicaradu@google.com> | 2019-07-31 11:44:44 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-09-04 10:46:46 +0200 |
| commit | 5de425bc59b7ba22a24ca72aa0e9517c48e51218 (patch) | |
| tree | c538eb52604cd41ea0f80bff6b0075267fe17b7b /executor/syscalls.h | |
| parent | b0e5f924b51be09e68d13aef1030435c14c501ea (diff) | |
prog: implemented argument and call priorities
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 12934de75..0a6286814 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -16307,11 +16307,13 @@ const call_t syscalls[] = { {"foo$fmt5", 0}, {"minimize$0", 0}, {"mutate$array", 0}, + {"mutate$array2", 0}, {"mutate$flags", 0}, {"mutate$flags2", 0}, {"mutate$flags3", 0}, {"mutate$integer", 0}, {"mutate$integer2", 0}, + {"mutate$union", 0}, {"mutate0", 0}, {"mutate1", 0}, {"mutate2", 0}, |
