diff --git a/gpkg/glibc/ignore-syscall.h b/gpkg/glibc/ignore-syscall.h index eb8395605..c5d369b8d 100644 --- a/gpkg/glibc/ignore-syscall.h +++ b/gpkg/glibc/ignore-syscall.h @@ -14,11 +14,4 @@ static struct IdSyscalls ListIgnoreSyscall[] = { #define count_ignore_syscall (sizeof(ListIgnoreSyscall) / sizeof(ListIgnoreSyscall[0])) -static int is_ignore_syscall(int id) { - for (int i=0; i #include @@ -9,14 +9,26 @@ long int syscall (long int number, ...) { -+ if (is_ignore_syscall(number)) -+ return 0; ++ for (int i=0; i