]> granicus.if.org Git - strace/blob - seccomp_fprog.h
Fix typo in XLAT_TYPE_PAIR
[strace] / seccomp_fprog.h
1 struct seccomp_fprog {
2         unsigned short len;
3         unsigned long filter;
4 };