[uClinux-dev] [PATCH] m68k: Really wire up sys_pselect6 and sys_ppoll

2011-05-06 Thread Geert Uytterhoeven
We reserved the numbers a long time ago, but never wired them up in the syscall table as they need TIF_RESTORE_SIGMASK, which we only got last year in commit cb6831d5d3099e772a510eb3e1ed0760ccffb45e ("m68k: Switch to saner sigsuspend()") Signed-off-by: Geert Uytterhoeven --- I'll move this before

[uClinux-dev] Re: [PATCH] m68k: Merge mmu and non-mmu versions of sys_call_table

2011-05-06 Thread Geert Uytterhoeven
On Fri, May 6, 2011 at 10:24, Andreas Schwab wrote: > Geert Uytterhoeven writes: > >> BTW, we have a hole at 218/219. I don't remember why, but it may have been >> a placeholder for pselect6 and ppoll when that implementation was still in >> flux. >> Couldn't find anything about it in git/cvs ar