From: Jan Kiszka <jan.kis...@siemens.com>

Commit 36132cdb21cd forgot to align this with the native syscall.

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>
---
 kernel/cobalt/posix/syscall32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cobalt/posix/syscall32.c b/kernel/cobalt/posix/syscall32.c
index 5a6de285f9..c298f38f5a 100644
--- a/kernel/cobalt/posix/syscall32.c
+++ b/kernel/cobalt/posix/syscall32.c
@@ -229,7 +229,7 @@ COBALT_SYSCALL32emu(clock_adjtime64, current,
 }
 
 
-COBALT_SYSCALL32emu(clock_nanosleep, nonrestartable,
+COBALT_SYSCALL32emu(clock_nanosleep, primary,
                    (clockid_t clock_id, int flags,
                     const struct old_timespec32 __user *u_rqt,
                     struct old_timespec32 __user *u_rmt))
-- 
2.26.2


Reply via email to