Commit cafc22f0 authored by Gregory P. Smith's avatar Gregory P. Smith

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.
........
parent 5046788c
......@@ -355,6 +355,9 @@ static struct constant {
{"TCSANOW", TCSANOW},
{"TCSADRAIN", TCSADRAIN},
{"TCSAFLUSH", TCSAFLUSH},
#ifdef TCSASOFT
{"TCSASOFT", TCSASOFT},
#endif
/* tcflush() constants */
{"TCIFLUSH", TCIFLUSH},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment