ptrace: Make unimplemented ptrace requests return error.

This commit is contained in:
Naoki Hamada
2014-10-07 15:58:07 +09:00
committed by Tomoki Shirasawa
parent f28eb0a672
commit 1f120b929b

View File

@@ -2395,7 +2395,6 @@ SYSCALL_DECLARE(ptrace)
break;
default:
dkprintf("ptrace: unimplemented ptrace called.\n");
error = 0;
break;
}