1# DO NOT MODIFY.  CHANGE gen_blocklist.py INSTEAD.
2{
3  "arm": {
4    "inotify_init": 316,
5    "openat": 322,
6    "syncfs": 373
7  },
8  "arm64": {
9    "openat": 56,
10    "syncfs": 267
11  },
12  "mips": {
13    "openat": 4288
14  },
15  "mips64": {
16    "openat": 5247
17  },
18  "riscv64": {
19    "openat": 56,
20    "syncfs": 267
21  },
22  "x86": {
23    "openat": 295
24  },
25  "x86_64": {
26    "openat": 257
27  }
28}