fix __syscall declaration with wrong visibility in syscall_arch.h
authorSzabolcs Nagy <nsz@port70.net>
Thu, 30 Apr 2015 17:50:04 +0000 (18:50 +0100)
committerRich Felker <dalias@aerifal.cx>
Thu, 30 Apr 2015 20:22:57 +0000 (16:22 -0400)
commit18f75b80fd67fd7348fcfb807216f654597b592f
tree5c09a03a4c5d682eccf1ce5d727affc6beea593b
parent4e50b2e4b5c32b804324eb6967a9ca72c9a2b654
fix __syscall declaration with wrong visibility in syscall_arch.h

remove __syscall declaration where it is not needed (aarch64, arm,
microblaze, or1k) and add the hidden attribute where it is (mips).
arch/aarch64/syscall_arch.h
arch/arm/syscall_arch.h
arch/microblaze/syscall_arch.h
arch/mips/syscall_arch.h
arch/or1k/syscall_arch.h