[PATCH v2 1/1] Don't use %L width specifier with integer values

Philip Prindeville philipp_subx at redfish-solutions.com
Mon Mar 13 08:35:02 PDT 2017


> On Mar 13, 2017, at 2:54 AM, Simon Horman <horms at verge.net.au> wrote:
> 
> On Fri, Mar 10, 2017 at 08:12:15PM -0700, Philip Prindeville wrote:
>> From: Philip Prindeville <philipp at redfish-solutions.com>
>> 
>> MUSL doesn't support %L except for floating-point arguments; therefore,
>> %ll must be used instead with integer arguments.
> 
> I apologise for my ignorance; what is MUSL?

It’s another C run-time library (like eglibc or uClibc) which is optimized for embedded systems.

https://www.musl-libc.org/

-Philip




More information about the kexec mailing list