[libos] Lower sigsuspend error log level

This commit is contained in:
ClawSeven 2024-01-03 17:52:19 +08:00 committed by volcano
parent bc7096815d
commit 47ac767886

@ -711,6 +711,7 @@ fn do_syscall(user_context: &mut CpuContext) {
EINTR => match syscall_num { EINTR => match syscall_num {
SyscallNum::Nanosleep => false, SyscallNum::Nanosleep => false,
SyscallNum::Futex => false, SyscallNum::Futex => false,
SyscallNum::RtSigsuspend => false,
_ => true, _ => true,
}, },
ENOSYS => match syscall_num { ENOSYS => match syscall_num {