[PATCH] support: Add TEST_COMPARE_BLOB, support_quote_blob

Florian Weimer fweimer@redhat.com
Tue May 15 13:58:00 GMT 2018


On 03/02/2018 06:14 PM, Joseph Myers wrote:
> On Fri, 2 Mar 2018, Florian Weimer wrote:
> 
>> +void support_test_compare_blob (const void *left, unsigned long left_length,
>> +                                const void *right, unsigned long right_length,
> 
> glibc style is "unsigned long int".
> 
>> +static void
>> +report_length (const char *what, unsigned long length, const char *expr)
> 
> Likewise in the various function definitions, of course.

Thanks, fixed locally.  I need to figure out a way to implement this in 
my style checker.

Florian



More information about the Libc-alpha mailing list