Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc64/solaris/
Dsignal.h54 #define SOLARIS_SA_NOCLDSTOP 0x20000 macro
Dsignal.c279 if (tmp & SOLARIS_SA_NOCLDSTOP) s.sa_flags |= SA_NOCLDSTOP; in solaris_sigaction()
298 if (s2.sa_flags & SA_NOCLDSTOP) tmp |= SOLARIS_SA_NOCLDSTOP; in solaris_sigaction()