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

Unified Diff: native_client_sdk/src/build_tools/sdk_files.list

Issue 22625004: Adds htonl, htons, ntohl, and ntohs to newlib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gethostbyname
Patch Set: Fixed Merge Conflict with Master Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/nacl_io/library.dsc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/sdk_files.list
diff --git a/native_client_sdk/src/build_tools/sdk_files.list b/native_client_sdk/src/build_tools/sdk_files.list
index 6ec2246f216c6f2ee2e0c63f549e1b60a8dd2db4..76c334d36c309ddbe3b5bb738325a4b200e7f6a9 100644
--- a/native_client_sdk/src/build_tools/sdk_files.list
+++ b/native_client_sdk/src/build_tools/sdk_files.list
@@ -880,6 +880,8 @@ src/nacl_io/syscalls/getsockopt.c
src/nacl_io/syscalls/getwd.c
src/nacl_io/syscalls/herror.c
src/nacl_io/syscalls/hstrerror.c
+src/nacl_io/syscalls/htonl.c
+src/nacl_io/syscalls/htons.c
src/nacl_io/syscalls/inet_ntoa.cc
src/nacl_io/syscalls/inet_ntop.cc
src/nacl_io/syscalls/ioctl.c
@@ -889,6 +891,8 @@ src/nacl_io/syscalls/link.c
src/nacl_io/syscalls/listen.c
src/nacl_io/syscalls/mkdir.c
src/nacl_io/syscalls/mount.c
+src/nacl_io/syscalls/ntohl.c
+src/nacl_io/syscalls/ntohs.c
src/nacl_io/syscalls/poll.c
src/nacl_io/syscalls/recv.c
src/nacl_io/syscalls/recvfrom.c
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/nacl_io/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698