
17 Oct
2019
17 Oct
'19
9:06 a.m.
On 10/16/19 1:22 PM, casantos@redhat.com wrote:
From: Carlos Santos <casantos@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