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

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

Issue 270743005: [NaCl SDK] Add memory.h to include/newlib and include/pnacl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « native_client_sdk/src/libraries/nacl_io/include/poll.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dbc2bb24d8c06a1203146976b9c7913d24efaa16..5861e0232cc43e20fc5e3f4952d334bf62d171b1 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -232,6 +232,7 @@
{
'FILES': [
"arpa/inet.h",
+ "memory.h",
"netdb.h",
"netinet/in.h",
"netinet/tcp.h",
@@ -251,6 +252,7 @@
{
'FILES': [
"arpa/inet.h",
+ "memory.h",
"netdb.h",
"netinet/in.h",
"netinet/tcp.h",
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/include/poll.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698