noux: Handle SYSCALL_KILL in switch (fix warning)

This commit is contained in:
Norman Feske 2014-04-09 11:47:05 +02:00
parent d83e076f11
commit 28a5404281
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ bool Noux::Child::_syscall_net(Noux::Session::Syscall sc)
case SYSCALL_CLOCK_GETTIME:
case SYSCALL_UTIMES:
case SYSCALL_SYNC:
case SYSCALL_KILL:
break;
case SYSCALL_SOCKET:
{