Kernel: Make SYS_FUTEX restartable

This commit is contained in:
2026-05-16 16:59:11 +03:00
parent 40dd29b876
commit d528314ae3

View File

@@ -124,6 +124,7 @@ namespace Kernel
case SYS_RECVMSG: case SYS_RECVMSG:
case SYS_SENDMSG: case SYS_SENDMSG:
case SYS_FLOCK: case SYS_FLOCK:
case SYS_FUTEX:
return true; return true;
default: default:
return false; return false;