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  "x86": {
19    "openat": 295
20  },
21  "x86_64": {
22    "openat": 257
23  }
24}