diff --git a/chromium-glibc-2.33.patch b/chromium-glibc-2.33.patch index 0345420..fab0791 100644 --- a/chromium-glibc-2.33.patch +++ b/chromium-glibc-2.33.patch @@ -34,7 +34,7 @@ return -ENOSYS; } -+intptr_t SIGSYSFstatatHandler(const struct arch_seccomp_data& args, ++intptr_t SIGSYSFstatatHandler(const arch_seccomp_data& args, + void* aux) { + switch (args.nr) { +#if defined(__NR_newfstatat)