5 lines
70 B
C
5 lines
70 B
C
|
struct seccomp_fprog {
|
||
|
unsigned short len;
|
||
|
unsigned long filter;
|
||
|
};
|