A bunch of defined(__GLIBC__) added. static-linking warning expanded
This commit is contained in:
parent
f42ff90453
commit
83e5d6f772
13 changed files with 14 additions and 24 deletions
|
@ -741,7 +741,7 @@ static const struct hwtype loop_hwtype = {
|
|||
|
||||
#include <net/if_arp.h>
|
||||
|
||||
#if (__GLIBC__ >=2 && __GLIBC_MINOR__ >= 1) || defined(_NEWLIB_VERSION)
|
||||
#if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined(_NEWLIB_VERSION)
|
||||
#include <net/ethernet.h>
|
||||
#else
|
||||
#include <linux/if_ether.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue