You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use libc constants now that rust-lang/libc/pull/3343 is merged and
released.
SECCOMP_RET_MASK does not exist anymore and appears to have not existed
for a while. SECCOMP_RET_DATA is exactly the same mask value, and the
usage here is in line with the man page.
Completes #60
Signed-off-by: Harry Stern <[email protected]>
0 commit comments