Home
last modified time | relevance | path

Searched refs:_SIGMASK_COPY_SIZE32 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/s390/kernel/
Dcompat_linux.h64 #define _SIGMASK_COPY_SIZE32 (sizeof(u32)*2) macro
Dcompat_signal.c322 if (__copy_from_user(&cset.sig, &frame->sc.oldmask, _SIGMASK_COPY_SIZE32)) in COMPAT_SYSCALL_DEFINE0()