MartinO accepted this revision.
MartinO added a comment.
This revision is now accepted and ready to land.
`Looks good. Previously I had also got a check for 'defined(__NEWLIB_MINOR__)'
but I realise that was not necessary`
https://reviews.llvm.org/D32146
MartinO added a comment.
The introduction of the macros '__NEWLIB__' and '__NEWLIB_MINOR__' appear to
have been first introduced in Newlib v2.3.0.20160226, but the new interface for
'' was introduced in Newlib v2.4.0.20160923 - previous releases of
v2.4.0 did not make these changes.
This is wh