deduplicate __NR_* and SYS_* syscall number definitions
authorBobby Bingham <koorogi@koorogi.info>
Thu, 12 May 2016 05:34:05 +0000 (00:34 -0500)
committerBobby Bingham <koorogi@koorogi.info>
Thu, 12 May 2016 05:34:05 +0000 (00:34 -0500)
commit63e3a1661f1fa5552e2023683617ce09fac3248b
tree988a7155a358247e340b27a42ba39adb222ad8b6
parent8ef6170b43e36d4daedc61f0f8177a8cbe18ceda
deduplicate __NR_* and SYS_* syscall number definitions
27 files changed:
Makefile
arch/aarch64/bits/syscall.h [deleted file]
arch/aarch64/bits/syscall.h.in [new file with mode: 0644]
arch/arm/bits/syscall.h [deleted file]
arch/arm/bits/syscall.h.in [new file with mode: 0644]
arch/i386/bits/syscall.h [deleted file]
arch/i386/bits/syscall.h.in [new file with mode: 0644]
arch/microblaze/bits/syscall.h [deleted file]
arch/microblaze/bits/syscall.h.in [new file with mode: 0644]
arch/mips/bits/syscall.h [deleted file]
arch/mips/bits/syscall.h.in [new file with mode: 0644]
arch/mips64/bits/syscall.h [deleted file]
arch/mips64/bits/syscall.h.in [new file with mode: 0644]
arch/mipsn32/bits/syscall.h [deleted file]
arch/mipsn32/bits/syscall.h.in [new file with mode: 0644]
arch/or1k/bits/syscall.h [deleted file]
arch/or1k/bits/syscall.h.in [new file with mode: 0644]
arch/powerpc/bits/syscall.h [deleted file]
arch/powerpc/bits/syscall.h.in [new file with mode: 0644]
arch/powerpc64/bits/syscall.h [deleted file]
arch/powerpc64/bits/syscall.h.in [new file with mode: 0644]
arch/sh/bits/syscall.h [deleted file]
arch/sh/bits/syscall.h.in [new file with mode: 0644]
arch/x32/bits/syscall.h [deleted file]
arch/x32/bits/syscall.h.in [new file with mode: 0644]
arch/x86_64/bits/syscall.h [deleted file]
arch/x86_64/bits/syscall.h.in [new file with mode: 0644]