void-packages/srcpkgs/xload/patches/musl.patch
2015-05-09 08:27:03 +02:00

12 lines
338 B
Diff

--- get_rload.c.orig 2015-05-09 08:26:13.771594964 +0200
+++ get_rload.c 2015-05-09 08:26:26.139581651 +0200
@@ -9,7 +9,7 @@
/* Not all OS supports get_rload
steal the STUB idea from get_load
*/
-#if defined(QNX4) || defined(__CYGWIN__)
+#if defined(QNX4) || defined(__CYGWIN__) || !defined(__GLIBC__)
#define RLOADSTUB
#endif