remove cruft from x86_64 syscall.h
authorSzabolcs Nagy <nsz@port70.net>
Sat, 7 Feb 2015 16:25:58 +0000 (17:25 +0100)
committerRich Felker <dalias@aerifal.cx>
Sat, 7 Feb 2015 16:55:00 +0000 (11:55 -0500)
commite63833cd43a778f639e4fdf5d86cd5c526cc5db2
tree53cbec318d644db42ad04465a24c91a000de50e8
parent61b1d102129990f6e903c6ddcf46c7d79d1a1e99
remove cruft from x86_64 syscall.h

x86_64 syscall.h defined some musl internal syscall names and made
them public. These defines were already moved to src/internal/syscall.h
(except for SYS_fadvise which is added now) so the cruft in x86_64
syscall.h is not needed.
arch/x86_64/bits/syscall.h
src/internal/syscall.h