fix x32 syscall arch.h timespec fixup code
authorrofl0r <retnyg@gmx.net>
Sun, 23 Feb 2014 19:46:30 +0000 (20:46 +0100)
committerrofl0r <retnyg@gmx.net>
Sun, 23 Feb 2014 19:49:58 +0000 (20:49 +0100)
commitd05aaedaabd4f5472c233dbbd1ff4bb9c9c99794
tree98b1cce0338686a91d042981aded31ce9499deeb
parente002f660b8d96b414f2399248daffb3544dd837d
fix x32 syscall arch.h timespec fixup code

it's legal to call the __syscall functions with more arguments than
necessary, and the __syscall_cp cancel dummy impl. does just that.

thus we must insert the switch for all possible syscalls numbers
into all of the syscallN inline functions.
arch/x32/syscall_arch.h