ptrace: Block on read, not on write

This commit is contained in:
jD91mZM2
2020-06-16 13:00:09 +02:00
parent 8d0015be86
commit 1c637e72b2

View File

@@ -131,7 +131,6 @@ bitflags! {
const PTRACE_EVENT_MASK = 0x0000_0000_0000_0F00;
const PTRACE_FLAG_IGNORE = 0x0000_0000_0000_1000;
const PTRACE_FLAG_WAIT = 0x0000_0000_0000_2000;
const PTRACE_FLAG_MASK = 0x0000_0000_0000_F000;
}
}