From fe9e87dbd6fde562b45a7b2a57f9d169d39050b3 Mon Sep 17 00:00:00 2001 From: Gaulthier Gain Date: Thu, 24 Jun 2021 12:31:55 +0200 Subject: [PATCH] Update syscalls name --- srcs/dependtool/system_calls.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcs/dependtool/system_calls.go b/srcs/dependtool/system_calls.go index fef0636..c102792 100644 --- a/srcs/dependtool/system_calls.go +++ b/srcs/dependtool/system_calls.go @@ -344,7 +344,7 @@ func initSystemCalls() map[string]int { "pkey_alloc": 330, "pkey_free": 331, "statx": 332, - "syscall333": 333, - "syscall334": 334, + "io_pgetevents": 333, + "rseq": 334, } }