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

Unified Diff: native_client_sdk/src/libraries/nacl_io/library.dsc

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
Index: native_client_sdk/src/libraries/nacl_io/library.dsc
diff --git a/native_client_sdk/src/libraries/nacl_io/library.dsc b/native_client_sdk/src/libraries/nacl_io/library.dsc
index 6dfa98ba49c68f2777a1b4930b07b34ff7031100..67bb8528a5246f45532e341b047e9f8d804efa18 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -56,6 +56,8 @@
"syscalls/getwd.c",
"syscalls/herror.c",
"syscalls/hstrerror.c",
+ "syscalls/htonl.c",
+ "syscalls/htons.c",
"syscalls/inet_ntoa.cc",
"syscalls/inet_ntop.cc",
"syscalls/ioctl.c",
@@ -65,6 +67,8 @@
"syscalls/listen.c",
"syscalls/mkdir.c",
"syscalls/mount.c",
+ "syscalls/ntohl.c",
+ "syscalls/ntohs.c",
"syscalls/poll.c",
"syscalls/rmdir.c",
"syscalls/recv.c",
« no previous file with comments | « native_client_sdk/src/build_tools/sdk_files.list ('k') | native_client_sdk/src/libraries/nacl_io/syscalls/htonl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698