Update syscalls name

This commit is contained in:
Gaulthier Gain 2021-06-24 12:31:55 +02:00
parent 386ded2bce
commit fe9e87dbd6

View file

@ -344,7 +344,7 @@ func initSystemCalls() map[string]int {
"pkey_alloc": 330, "pkey_alloc": 330,
"pkey_free": 331, "pkey_free": 331,
"statx": 332, "statx": 332,
"syscall333": 333, "io_pgetevents": 333,
"syscall334": 334, "rseq": 334,
} }
} }