search for: __n_sigsuspend

Displaying 2 results from an estimated 2 matches for "__n_sigsuspend".

2012 May 05
3
[PATCH] fix non-RT sigsuspend()
...lling convention for the old sigsuspend. + * If your architecture is not listed here, building klibc shall + * rather fail than use a broken calling convention. + * You better switch to RT signals on those architectures: + * blackfin h8300 microblaze mips + */ +<cris,sh,sparc> int sigsuspend::__n_sigsuspend(sigset_t); +<alpha,powerpc,sparc64> long sigsuspend::__n_sigsuspend(sigset_t); +<arm> int sigsuspend::__n_sigsuspend(int, unsigned long, sigset_t); +<frv,i386,m68k> int sigsuspend::__n_sigsuspend(int, int, sigset_t); +<mn10300,s390> long sigsuspend::__n_sigsuspend(int, int,...
2012 May 15
5
[PATCH 0/5] resubmitting pending patches
Hi, I?ve gone through the mailing list archives and hereby want to resubmit my pending patches. Most are independent of each other, except the m68k patch which will only be complete if sigsuspend is also fixed. (It can be applied before that, though.) http://www.zytor.com/pipermail/klibc/2012-January/003173.html [PATCH] fix m68k support Resubmitted here as 0005. While there was a question from