Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A D0001-Replace-need-for-error.h-when-it-does-not-exist.patch116 +#ifndef SA_INTERRUPT
117 +# define SA_INTERRUPT 0x20000000 /* from GLIBC's <bits/sigaction.h> */
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h88 #define SA_INTERRUPT 0x20000000 /* dummy -- ignored */ macro