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

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

Issue 22642016: [NaCL SDK] Ship sys/mount.h for newlib/pnacl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 579378ad15425e247aba68f40873752281890e90..434a3a750aadae8ff870e85987f16a32deb78b34 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -149,6 +149,7 @@
"netinet/tcp.h",
"netinet6/in6.h",
"poll.h",
+ "sys/mount.h",
"sys/select.h",
"sys/socket.h",
"sys/termios.h",
@@ -164,6 +165,7 @@
"netinet/tcp.h",
"netinet6/in6.h",
"poll.h",
+ "sys/mount.h",
"sys/select.h",
"sys/socket.h",
"sys/termios.h",

Powered by Google App Engine
This is Rietveld 408576698