Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(731)

Side by Side Diff: native_client_sdk/src/libraries/third_party/newlib-extras/README.chromium

Issue 598223002: Add missing _ASSIGN() macro in NaCl's sys/socket.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/third_party/newlib-extras/sys/socket.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: newlib-extras 1 Name: newlib-extras
2 URL: ftp://sourceware.org/pub/newlib/newlib-2.0.0.tar.gz 2 URL: ftp://sourceware.org/pub/newlib/newlib-2.0.0.tar.gz
3 Version: 2.0.0 3 Version: 2.0.0
4 Date: 2013-07-30 4 Date: 2013-07-30
5 License: BSD 3-Clause License 5 License: BSD 3-Clause License
6 License File: README 6 License File: README
7 Security Critical: no 7 Security Critical: no
8 8
9 This directory contains several socket-related header files taken from newlib. 9 This directory contains several socket-related header files taken from newlib.
10 These files are not present in the version of newlib included in the NaCl 10 These files are not present in the version of newlib included in the NaCl
(...skipping 10 matching lines...) Expand all
21 * Removed the revoked third clause from the licenses in the header files. 21 * Removed the revoked third clause from the licenses in the header files.
22 * Correctly wrapped netdb.h to allow it to be included in both C and C++ files. 22 * Correctly wrapped netdb.h to allow it to be included in both C and C++ files.
23 * Removed faulty _BSD_SIZE_T_ typedef in arpa/inet.h. 23 * Removed faulty _BSD_SIZE_T_ typedef in arpa/inet.h.
24 * Removed macros in arpa/inet.h which added underbars to various functions of 24 * Removed macros in arpa/inet.h which added underbars to various functions of
25 the form inet_*, to avoid problems with forward declarations in user code. 25 the form inet_*, to avoid problems with forward declarations in user code.
26 * Added prototypes for htonl, htons, ntohl, and ntohs to netinet/in.h. 26 * Added prototypes for htonl, htons, ntohl, and ntohs to netinet/in.h.
27 * Modified netinet/in.h not to use u_int32_t. 27 * Modified netinet/in.h not to use u_int32_t.
28 * Added SOCK_CLOEXEC and SOCK_NONBLOCK socket type flags. 28 * Added SOCK_CLOEXEC and SOCK_NONBLOCK socket type flags.
29 * Make sure SA_SIGINFO is defined under __native_client__ 29 * Make sure SA_SIGINFO is defined under __native_client__
30 * Removed ss_len field from sockaddr_storage in sys/socket.h. 30 * Removed ss_len field from sockaddr_storage in sys/socket.h.
31 * Added _ALIGNBYTES and _ALIGN() in sys/socket.h.
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/third_party/newlib-extras/sys/socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698