[PATCH] util: check for process_vm_readv in C library

Denys Vlasenko dvlasenk at redhat.com
Tue Feb 14 13:59:58 UTC 2012


On 02/14/2012 05:56 AM, Mike Frysinger wrote:
> glibc-2.15 provides process_vm_readv, so trying to provide this ourselves
> with that version fails:
> 	util.c:797:16: error: static declaration of 'process_vm_readv'
> 		follows non-static declaration
> 	/usr/include/bits/uio.h:58:16: note: previous declaration of
> 		'process_vm_readv' was here
>
> Add a configure check for the func.
>
> Signed-off-by: Mike Frysinger<vapier at gentoo.org>

Applied, thanks!
-- 
vda





More information about the Strace-devel mailing list