excluded all netlink code from non-linux builds
This commit is contained in:
parent
41cb5bb869
commit
6130d3cdfe
@ -25,6 +25,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#if defined(__linux)
|
||||||
|
|
||||||
/* copied from musl */
|
/* copied from musl */
|
||||||
|
|
||||||
#include <qse/si/netlink.h>
|
#include <qse/si/netlink.h>
|
||||||
@ -422,3 +424,7 @@ int getifaddrs (struct ifaddrs **ifap)
|
|||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif /* defined(__linux) */
|
||||||
|
Loading…
Reference in New Issue
Block a user