Skip to content
  • Sam James's avatar
    nbis: fix build on musl · 61f0f869
    Sam James authored
    Drop re-definition of stderr. There's no need for this anywhere
    (including glibc). This breaks in particular on musl because
    stderr (and stdin) are both const, and macros unlike in glibc.
    
    Bug: https://bugs.gentoo.org/853811
    61f0f869