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

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

Issue 639113002: [NaCl SDK] nacl_io: Rename termios entry points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | native_client_sdk/src/libraries/nacl_io/syscalls/cfgetispeed.c » ('j') | 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 9493dfb21cd192293a043b54778af6c35755aa14..867b3bc76519a6ba4465c0c5c7ce573f820e95b6 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -66,11 +66,6 @@
"stream/stream_fs.cc",
"stream/stream_node.cc",
"syscalls/access.c",
- "syscalls/cfgetispeed.c",
- "syscalls/cfgetospeed.c",
- "syscalls/cfsetispeed.c",
- "syscalls/cfsetospeed.c",
- "syscalls/cfsetspeed.c",
"syscalls/chown.c",
"syscalls/fchown.c",
"syscalls/fcntl.c",
@@ -129,13 +124,18 @@
"syscalls/socket/shutdown.c",
"syscalls/socket/socket.c",
"syscalls/socket/socketpair.c",
+ "syscalls/termios/cfgetispeed.c",
+ "syscalls/termios/cfgetospeed.c",
+ "syscalls/termios/cfsetispeed.c",
+ "syscalls/termios/cfsetospeed.c",
+ "syscalls/termios/cfsetspeed.c",
+ "syscalls/termios/tcflow.c",
+ "syscalls/termios/tcflush.c",
+ "syscalls/termios/tcdrain.c",
+ "syscalls/termios/tcgetattr.c",
+ "syscalls/termios/tcsendbreak.c",
+ "syscalls/termios/tcsetattr.c",
"syscalls/symlink.c",
- "syscalls/tcdrain.c",
- "syscalls/tcflow.c",
- "syscalls/tcflush.c",
- "syscalls/tcgetattr.c",
- "syscalls/tcsendbreak.c",
- "syscalls/tcsetattr.c",
"syscalls/truncate.c",
"syscalls/umount.c",
"syscalls/uname.c",
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/nacl_io/syscalls/cfgetispeed.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698