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

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

Issue 61763014: Add build target for nacl_io from the NaCl SDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Add new targets back into all.gyp, readd main function in dsc_info.py Created 7 years, 1 month 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 53336e8506118e589753952de4367330108a7a12..0c2e0ac0bda940e264216a71db061ed91b4ee27a 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -95,7 +95,9 @@
"syscalls/listen.c",
"syscalls/lstat.c",
"syscalls/mkdir.c",
- "syscalls/mount.c",
+ # Not called mount.c to avoid object file naming conflict with
+ # mount.cc.
+ "syscalls/syscall_mount.c",
"syscalls/ntohl.c",
"syscalls/ntohs.c",
"syscalls/pipe.c",
« no previous file with comments | « native_client_sdk/src/build_tools/dsc_info.py ('k') | native_client_sdk/src/libraries/nacl_io/syscalls/fdopen.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698