mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
noux: Handle SYSCALL_KILL in switch (fix warning)
This commit is contained in:
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user