mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
noux: fix warning in execve
This commit is contained in:
parent
4bc34f73f3
commit
831c8d8e2d
@ -1068,7 +1068,7 @@ namespace {
|
||||
}
|
||||
|
||||
if (!noux_syscall(Noux::Session::SYSCALL_EXECVE)) {
|
||||
warning("exec syscall failed for path \", filename, \"");
|
||||
warning("exec syscall failed for path \"", filename, "\"");
|
||||
switch (sysio()->error.execve) {
|
||||
case Noux::Sysio::EXECVE_NONEXISTENT: errno = ENOENT; break;
|
||||
case Noux::Sysio::EXECVE_NOMEM: errno = ENOMEM; break;
|
||||
|
Loading…
Reference in New Issue
Block a user