]> granicus.if.org Git - strace/blob - seccomp_fprog.h
btrfs.c: cleanup use of tcp->auxstr
[strace] / seccomp_fprog.h
1 struct seccomp_fprog {
2         unsigned short len;
3         unsigned long filter;
4 };