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

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

Issue 417323002: Dropping fdopen workaround now that glibc has been fixed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/nacl_io/syscalls/fdopen.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "syscalls/cfsetspeed.c", 75 "syscalls/cfsetspeed.c",
76 "syscalls/chdir.c", 76 "syscalls/chdir.c",
77 "syscalls/chmod.c", 77 "syscalls/chmod.c",
78 "syscalls/chown.c", 78 "syscalls/chown.c",
79 "syscalls/connect.c", 79 "syscalls/connect.c",
80 "syscalls/fchdir.c", 80 "syscalls/fchdir.c",
81 "syscalls/fchmod.c", 81 "syscalls/fchmod.c",
82 "syscalls/fchown.c", 82 "syscalls/fchown.c",
83 "syscalls/fcntl.c", 83 "syscalls/fcntl.c",
84 "syscalls/fdatasync.c", 84 "syscalls/fdatasync.c",
85 "syscalls/fdopen.c",
86 "syscalls/freeaddrinfo.c", 85 "syscalls/freeaddrinfo.c",
87 "syscalls/fsync.c", 86 "syscalls/fsync.c",
88 "syscalls/ftruncate.c", 87 "syscalls/ftruncate.c",
89 "syscalls/gai_strerror.c", 88 "syscalls/gai_strerror.c",
90 "syscalls/getaddrinfo.c", 89 "syscalls/getaddrinfo.c",
91 "syscalls/getcwd.c", 90 "syscalls/getcwd.c",
92 "syscalls/gethostbyname.c", 91 "syscalls/gethostbyname.c",
93 "syscalls/getpeername.c", 92 "syscalls/getpeername.c",
94 "syscalls/getsockname.c", 93 "syscalls/getsockname.c",
95 "syscalls/getsockopt.c", 94 "syscalls/getsockopt.c",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "all_interfaces.h", 286 "all_interfaces.h",
288 "define_empty_macros.h", 287 "define_empty_macros.h",
289 "undef_macros.h", 288 "undef_macros.h",
290 ], 289 ],
291 'DEST': 'include/nacl_io/pepper', 290 'DEST': 'include/nacl_io/pepper',
292 } 291 }
293 ], 292 ],
294 'DEST': 'src', 293 'DEST': 'src',
295 'NAME': 'nacl_io', 294 'NAME': 'nacl_io',
296 } 295 }
OLDNEW
« no previous file with comments | « no previous file | 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