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

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

Issue 105943006: nacl_io: Add inet_pton() and ip6addr_* consts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 5f4645caf00265182fd0930fac74cd9f89b76a99..ecc298aada5d5a6aa939bb2a850155684eeed1eb 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -23,6 +23,7 @@
"getdents_helper.cc",
"h_errno.cc",
"host_resolver.cc",
+ "in6_addr.c",
"kernel_handle.cc",
"kernel_intercept.cc",
"kernel_object.cc",
@@ -87,6 +88,7 @@
"syscalls/htons.c",
"syscalls/inet_ntoa.cc",
"syscalls/inet_ntop.cc",
+ "syscalls/inet_pton.c",
"syscalls/ioctl.c",
"syscalls/isatty.c",
"syscalls/kill.c",

Powered by Google App Engine
This is Rietveld 408576698