search for: _klibc_sigsuspend_i_ii1

Displaying 1 result from an estimated 1 matches for "_klibc_sigsuspend_i_ii1".

Did you mean: _klibc_sigsuspend_i_1
2012 May 05
3
[PATCH] fix non-RT sigsuspend()
...b/usr/include/arch/i386/klibc/archconfig.h index b409a21..e42bee7 100644 --- a/usr/include/arch/i386/klibc/archconfig.h +++ b/usr/include/arch/i386/klibc/archconfig.h @@ -12,4 +12,6 @@ /* The i386 <asm/signal.h> is still not clean enough for this... */ #define _KLIBC_USE_RT_SIG 0 +#define _KLIBC_SIGSUSPEND_I_II1 + #endif /* _KLIBC_ARCHCONFIG_H */ diff --git a/usr/include/arch/m68k/klibc/archconfig.h b/usr/include/arch/m68k/klibc/archconfig.h index 10ef62e..71b5378 100644 --- a/usr/include/arch/m68k/klibc/archconfig.h +++ b/usr/include/arch/m68k/klibc/archconfig.h @@ -12,4 +12,6 @@ /* On m68k, sys_mmap...