This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] getsysstats: use sysinfo() instead of parsing /proc/meminfo


On Thu, 13 Aug 2015, Rasmus Villemoes wrote:

> +sysinfo_mempages(unsigned long int num, unsigned int mem_unit)

Missing space before '('.  Appears several times in this patch.

How was this patch tested?  I'd have expected linknamespace test failures 
from the calls to sysinfo (that is, I'd expect you to need to make sysinfo 
into a weak alias for __sysinfo and call __sysinfo here to avoid such 
namespace issues).

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]