Skip to content

nbis: fix build on musl

Sam James requested to merge thesamesam/libfprint:musl-stderr into master

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

Merge request reports