| Index: native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h
|
| diff --git a/native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h b/native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h
|
| index e15d8fab0362c9e145ff250933905938178f6e7e..c0712428044adcc594e1d5b1181d9ff208a0daae 100644
|
| --- a/native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h
|
| +++ b/native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h
|
| @@ -215,12 +215,17 @@ extern const struct in6_addr in6mask128;
|
| {{{ 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
|
| 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02 }}}
|
|
|
| +
|
| +__BEGIN_DECLS
|
| +
|
| extern const struct in6_addr in6addr_any;
|
| extern const struct in6_addr in6addr_loopback;
|
| extern const struct in6_addr in6addr_nodelocal_allnodes;
|
| extern const struct in6_addr in6addr_linklocal_allnodes;
|
| extern const struct in6_addr in6addr_linklocal_allrouters;
|
|
|
| +__END_DECLS
|
| +
|
| /*
|
| * Equality
|
| * NOTE: Some of kernel programming environment (for example, openbsd/sparc)
|
|
|