]> granicus.if.org Git - strace/blob - seccomp_fprog.h
tests: add valgrind support to "make check"
[strace] / seccomp_fprog.h
1 #ifndef STRACE_SECCOMP_FPROG_H
2 #define STRACE_SECCOMP_FPROG_H
3
4 struct seccomp_fprog {
5         unsigned short len;
6         unsigned long filter;
7 };
8
9 #endif /* !STRACE_SECCOMP_FPROG_H */