> 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