mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 14:40:53 +08:00
15 lines
395 B
Diff
15 lines
395 B
Diff
--- a/agent/mibgroup/iwlib.h
|
|
+++ b/agent/mibgroup/iwlib.h
|
|
@@ -85,6 +85,11 @@
|
|
&& LINUX_VERSION_CODE < KERNEL_VERSION(2,1,0)
|
|
#define LIBC5_HEADERS
|
|
|
|
+/* Musl */
|
|
+#elif !defined(__GLIBC__) && !defined(__UCLIBC__) \
|
|
+ && LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)
|
|
+#define GENERIC_HEADERS
|
|
+
|
|
/* Unsupported combination */
|
|
#else
|
|
#error "Your kernel/libc combination is not supported"
|