Index: native_client_sdk/src/libraries/third_party/newlib-extras/README.chromium |
diff --git a/native_client_sdk/src/libraries/third_party/newlib-extras/README.chromium b/native_client_sdk/src/libraries/third_party/newlib-extras/README.chromium |
index 4d577fdb4f74f1e478218b2c1c6948ea313137a8..3b46d4c3df4d69b0b86cd2e275644ab6a609d03f 100644 |
--- a/native_client_sdk/src/libraries/third_party/newlib-extras/README.chromium |
+++ b/native_client_sdk/src/libraries/third_party/newlib-extras/README.chromium |
@@ -21,3 +21,6 @@ Local Modifications: |
* Removed the revoked third clause from the licenses in the header files. |
* Correctly wrapped netdb.h to allow it to be included in both C and C++ files. |
* Removed faulty _BSD_SIZE_T_ typedef in arpa/inet.h |
+* Removed macros in arpa/inet.h which added underbars to various functions of |
+ the form inet_*, to avoid problems with forward declarations in user code. |
+* Added prototypes for htonl, htons, ntohl, and ntohs to netinet/in.h |