On 10/16/19 1:22 PM, casantos(a)redhat.com wrote:
From: Carlos Santos <casantos(a)redhat.com>
On musl libc "stderr" is a preprocessor macro whose expansion leads to
compilation errors:
Indeed, from their stdio.h:
#define stdin (stdin)
#define stdout (stdout)
#define stderr (stderr)
https://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n66
I've came accross some other musl related bugs lately and I like it less
and less.
Michal