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

Side by Side Diff: native_client_sdk/src/libraries/nacl_io/library.dsc

Issue 756333005: [NaCl SDK] nacl_io: remove getcwd() implemenation (rely on glibc/newlib versions) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 'pepper', 5 'pepper',
6 '../third_party/newlib-extras', 6 '../third_party/newlib-extras',
7 'include', 7 'include',
8 ], 8 ],
9 'TARGETS': [ 9 'TARGETS': [
10 { 10 {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "socket/udp_node.cc", 65 "socket/udp_node.cc",
66 "stream/stream_event_emitter.cc", 66 "stream/stream_event_emitter.cc",
67 "stream/stream_fs.cc", 67 "stream/stream_fs.cc",
68 "stream/stream_node.cc", 68 "stream/stream_node.cc",
69 "syscalls/access.c", 69 "syscalls/access.c",
70 "syscalls/chown.c", 70 "syscalls/chown.c",
71 "syscalls/fchown.c", 71 "syscalls/fchown.c",
72 "syscalls/fcntl.c", 72 "syscalls/fcntl.c",
73 "syscalls/ftruncate.c", 73 "syscalls/ftruncate.c",
74 "syscalls/futimes.c", 74 "syscalls/futimes.c",
75 "syscalls/getcwd.c",
76 "syscalls/getwd.c", 75 "syscalls/getwd.c",
77 "syscalls/ioctl.c", 76 "syscalls/ioctl.c",
78 "syscalls/isatty.c", 77 "syscalls/isatty.c",
79 "syscalls/kill.c", 78 "syscalls/kill.c",
80 "syscalls/killpg.c", 79 "syscalls/killpg.c",
81 "syscalls/lchown.c", 80 "syscalls/lchown.c",
82 "syscalls/mount.c", 81 "syscalls/mount.c",
83 "syscalls/pipe.c", 82 "syscalls/pipe.c",
84 "syscalls/poll.c", 83 "syscalls/poll.c",
85 "syscalls/realpath.c", 84 "syscalls/realpath.c",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "all_interfaces.h", 272 "all_interfaces.h",
274 "define_empty_macros.h", 273 "define_empty_macros.h",
275 "undef_macros.h", 274 "undef_macros.h",
276 ], 275 ],
277 'DEST': 'include/nacl_io/pepper', 276 'DEST': 'include/nacl_io/pepper',
278 } 277 }
279 ], 278 ],
280 'DEST': 'src', 279 'DEST': 'src',
281 'NAME': 'nacl_io', 280 'NAME': 'nacl_io',
282 } 281 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc ('k') | native_client_sdk/src/libraries/nacl_io/syscalls/getcwd.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698