android_mt6572_jiabo/external/strace/seccomp_fprog.h
2025-09-05 16:56:03 +08:00

4 lines
70 B
C

struct seccomp_fprog {
unsigned short len;
unsigned long filter;
};