This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
return -ENOSYS;
|
return -ENOSYS;
|
||||||
}
|
}
|
||||||
|
|
||||||
+intptr_t SIGSYSFstatatHandler(const struct arch_seccomp_data& args,
|
+intptr_t SIGSYSFstatatHandler(const arch_seccomp_data& args,
|
||||||
+ void* aux) {
|
+ void* aux) {
|
||||||
+ switch (args.nr) {
|
+ switch (args.nr) {
|
||||||
+#if defined(__NR_newfstatat)
|
+#if defined(__NR_newfstatat)
|
||||||
|
|||||||
Reference in New Issue
Block a user