author | Hauke Mehrtens <hauke@hauke-m.de> | 2018年01月06日 23:32:52 +0100 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018年01月09日 13:08:25 -0500 |
commit | b583c5d3b4cc2c54c68eef5eb7855ecfacee8bfc (patch) | |
tree | 079331d86387f58b5f20327a379444cf379f988f /include/net | |
parent | 628cf979b249fa76a80962e2eefe05073216a4db (diff) | |
download | musl-b583c5d3b4cc2c54c68eef5eb7855ecfacee8bfc.tar.gz |
-rw-r--r-- | include/net/if.h | 7 |
diff --git a/include/net/if.h b/include/net/if.h index 2f2fcc10..774cbff0 100644 --- a/include/net/if.h +++ b/include/net/if.h @@ -125,6 +125,13 @@ struct ifconf { #define ifc_req ifc_ifcu.ifcu_req #define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0) +#define __UAPI_DEF_IF_IFCONF 0 +#define __UAPI_DEF_IF_IFMAP 0 +#define __UAPI_DEF_IF_IFNAMSIZ 0 +#define __UAPI_DEF_IF_IFREQ 0 +#define __UAPI_DEF_IF_NET_DEVICE_FLAGS 0 +#define __UAPI_DEF_IF_NET_DEVICE_FLAGS_LOWER_UP_DORMANT_ECHO 0 + #endif #ifdef __cplusplus |