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

Side by Side Diff: fusl/arch/generic/bits/termios.h

Issue 1689833004: [fusl] Update fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove stray space Created 4 years, 10 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
« no previous file with comments | « fusl/arch/generic/bits/stdarg.h ('k') | fusl/arch/i386/bits/errno.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 struct termios 1 struct termios
2 { 2 {
3 tcflag_t c_iflag; 3 tcflag_t c_iflag;
4 tcflag_t c_oflag; 4 tcflag_t c_oflag;
5 tcflag_t c_cflag; 5 tcflag_t c_cflag;
6 tcflag_t c_lflag; 6 tcflag_t c_lflag;
7 cc_t c_line; 7 cc_t c_line;
8 cc_t c_cc[NCCS]; 8 cc_t c_cc[NCCS];
9 speed_t __c_ispeed; 9 speed_t __c_ispeed;
10 speed_t __c_ospeed; 10 speed_t __c_ospeed;
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 #define TCSANOW 0 151 #define TCSANOW 0
152 #define TCSADRAIN 1 152 #define TCSADRAIN 1
153 #define TCSAFLUSH 2 153 #define TCSAFLUSH 2
154 154
155 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) 155 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
156 #define CBAUDEX 0010000 156 #define CBAUDEX 0010000
157 #define CRTSCTS 020000000000 157 #define CRTSCTS 020000000000
158 #define EXTPROC 0200000 158 #define EXTPROC 0200000
159 #define XTABS 0014000 159 #define XTABS 0014000
160 #endif 160 #endif
OLDNEW
« no previous file with comments | « fusl/arch/generic/bits/stdarg.h ('k') | fusl/arch/i386/bits/errno.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698