mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
xload: fix build.
This commit is contained in:
parent
9f3719b15a
commit
c44e8a17c1
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- 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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue