ptrace: Make unimplemented ptrace requests return error.
This commit is contained in:
committed by
Tomoki Shirasawa
parent
f28eb0a672
commit
1f120b929b
@@ -2395,7 +2395,6 @@ SYSCALL_DECLARE(ptrace)
|
||||
break;
|
||||
default:
|
||||
dkprintf("ptrace: unimplemented ptrace called.\n");
|
||||
error = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user