2021-02-15 09:04:30 +00:00
committed by Git OBS Bridge
parent 6a654382a2
commit a8621c1e22

View File

@@ -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)