From: Rich Felker Date: Fri, 7 Dec 2012 21:22:13 +0000 (-0500) Subject: remove __arch_prctl alias for arch_prctl X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=3ee67505fe50299d6df6e9bca894fd6b568669fb;hp=3ee67505fe50299d6df6e9bca894fd6b568669fb;ds=inline 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. ---