remove __arch_prctl alias for arch_prctl
authorRich Felker <dalias@aerifal.cx>
Fri, 7 Dec 2012 21:22:13 +0000 (16:22 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 7 Dec 2012 21:22:13 +0000 (16:22 -0500)
commit3ee67505fe50299d6df6e9bca894fd6b568669fb
tree47a0a7dea870c55bbebe2294a197f65db330ca1a
parent55aef73f4789a97dc99f30e72776e55924255e1b
remove __arch_prctl alias for arch_prctl

if there's evidence of any use for it, we can add it back later. as
far as I can tell, glibc has it only for internal use (and musl uses a
direct syscall in that case rather than a function call), not for
exposing it to applications.
src/linux/arch_prctl.c