mirror of
https://github.com/novatiq/packages.git
synced 2026-06-25 06:40:26 +01:00
f5cc8c27d7
stdin, stderr and stdout are constants on musl and it doesn't provide mallinfo. Both, overwriting std* were used to catch and work around various misbehaviours of glibc, so it's hopefully save to just skip them when building against other libc implementations. Signed-off-by: Daniel Golle <daniel@makrotopia.org>