fixup general __syscall breakage introduced in x32 port
authorrofl0r <retnyg@gmx.net>
Mon, 24 Feb 2014 21:49:42 +0000 (22:49 +0100)
committerRich Felker <dalias@aerifal.cx>
Mon, 24 Feb 2014 22:06:06 +0000 (17:06 -0500)
commitdbed392410e333fde86c14ea17a46d1ad9c760f1
treeb49847238a3b31d6b448ea15cb72b1d96918ad58
parent744f11897a509c54ecbac5e8e27facf3c14b2142
fixup general __syscall breakage introduced in x32 port

the reordering of headers caused some risc archs to not see
the __syscall declaration anymore.
this caused build errors on mips with any compiler,
and on arm and microblaze with clang.

we now declare it locally just like the powerpc port does.
arch/arm/syscall_arch.h
arch/microblaze/syscall_arch.h
arch/mips/syscall_arch.h