void-packages/srcpkgs/krita/patches/musl.patch
2019-10-01 20:06:23 +02:00

11 lines
433 B
Diff

--- libs/image/tests/kis_paint_device_test.cpp 2019-09-30 15:18:28.000000000 +0200
+++ - 2019-10-01 16:45:18.829596521 +0200
@@ -2354,7 +2354,7 @@
qDebug() << "Iteration:" << i;
-#ifdef Q_OS_LINUX
+#ifdef __GLIBC__
struct mallinfo info = mallinfo();
qDebug() << "Allocated on heap:" << (info.arena >> 20) << "MiB";
qDebug() << "Mmaped regions:" << info.hblks << (info.hblkhd >> 20) << "MiB";