mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 02:11:19 +08:00
14 lines
385 B
Diff
14 lines
385 B
Diff
--- a/agent/mibgroup/iwlib.h
|
|
+++ b/agent/mibgroup/iwlib.h
|
|
@@ -92,6 +92,10 @@
|
|
#elif !defined(__GLIBC__) && LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)
|
|
#define GENERIC_HEADERS
|
|
|
|
+/* Musl */
|
|
+#elif !defined(__GLIBC__) && LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)
|
|
+#define GENERIC_HEADERS
|
|
+
|
|
/* Unsupported combination */
|
|
#else
|
|
#error "Your kernel/libc combination is not supported"
|