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

Define TCSASOFT if the flag exists.

parent 0b9e3a54
......@@ -357,6 +357,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