Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

CRIS: define __ARCH_WANT_SYS_RT_SIGSUSPEND in unistd.h for CRIS

This allows us to use the commong sys_rt_sigsuspend instead of
having our own.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: Mikael Starvik <mikael.starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Jesper Nilsson and committed by
Linus Torvalds
3ea0345b f0466441

+1
+1
include/asm-cris/unistd.h
··· 358 358 #define __ARCH_WANT_SYS_SIGPENDING 359 359 #define __ARCH_WANT_SYS_SIGPROCMASK 360 360 #define __ARCH_WANT_SYS_RT_SIGACTION 361 + #define __ARCH_WANT_SYS_RT_SIGSUSPEND 361 362 362 363 /* 363 364 * "Conditional" syscalls