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] support: Add TEST_COMPARE_BLOB, support_quote_blob


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.

-- 
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]