Re: [PATCH] util: check for process_vm_readv in C library

2012-02-16 Thread Mike Frysinger
On Thursday 16 February 2012 11:55:06 Dmitry V. Levin wrote: > A ChangeLog-style entry is missing in the commit message, > but the commit is already pushed... blah, sorry. i started to look at `git log` to look at the style needed for the changelog, but then noticed something in my commit i had

Re: [PATCH] util: check for process_vm_readv in C library

2012-02-16 Thread Dmitry V. Levin
On Tue, Feb 14, 2012 at 02:59:58PM +0100, Denys Vlasenko wrote: > 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' > >