mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 02:40:08 +00:00
noux: Handle SYSCALL_KILL in switch (fix warning)
This commit is contained in:
parent
d83e076f11
commit
28a5404281
@ -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:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user