Hi,
Alle martedì 19 giugno 2012, Barry deFreese ha scritto:
> Honestly I am not quite sure why this is working on GNU/Linux but
> dwarfutils was failing with the following errors:
> [...]
It does not matter, errno is a reserved identifier, so shadowing it
might not be the best idea.
> I just changed that block of code to use a different variable name
> rather than errno (see attached patch). Does this make sense?
Yes, it does. (I usually put "errnum", but it's mostly style.)
--
Pino Toscano