mirror of https://github.com/python/cpython
Merged revisions 75999 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75999 | gregory.p.smith | 2009-10-31 14:23:39 -0700 (Sat, 31 Oct 2009) | 2 lines Define TCSASOFT if the flag exists. ........
This commit is contained in:
parent
5046788ca5
commit
cafc22f0b8
|
@ -355,6 +355,9 @@ static struct constant {
|
|||
{"TCSANOW", TCSANOW},
|
||||
{"TCSADRAIN", TCSADRAIN},
|
||||
{"TCSAFLUSH", TCSAFLUSH},
|
||||
#ifdef TCSASOFT
|
||||
{"TCSASOFT", TCSASOFT},
|
||||
#endif
|
||||
|
||||
/* tcflush() constants */
|
||||
{"TCIFLUSH", TCIFLUSH},
|
||||
|
|
Loading…
Reference in New Issue