]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 75999 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 1 Nov 2009 19:24:18 +0000 (19:24 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 1 Nov 2009 19:24:18 +0000 (19:24 +0000)
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.
........

Modules/termios.c

index 9fccb2e8309bb312e98bae704907a572f9aafdb8..efdeeaacb28e48fb0b361e341ddd7bacfd1000d2 100644 (file)
@@ -355,6 +355,9 @@ static struct constant {
        {"TCSANOW", TCSANOW},
        {"TCSADRAIN", TCSADRAIN},
        {"TCSAFLUSH", TCSAFLUSH},
+#ifdef TCSASOFT
+       {"TCSASOFT", TCSASOFT},
+#endif
 
        /* tcflush() constants */
        {"TCIFLUSH", TCIFLUSH},