]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't imply that all action values can be OR'd.
authorbrooks <brooks@FreeBSD.org>
Wed, 15 Jul 2020 17:05:37 +0000 (17:05 +0000)
committerbrooks <brooks@FreeBSD.org>
Wed, 15 Jul 2020 17:05:37 +0000 (17:05 +0000)
commitb7873e3b8174ea7f5bd1ba6f3a1c4dc8f311edee
tree9b858eda68747d3973cb274b0d846de0069dafe7
parent7e153b648c0635714ab47b939a6fa050cd9e4ea2
Don't imply that all action values can be OR'd.

This is neither POSIX compliant nor what the implementation does.
This could be allowed by changing the value of TCSAFLUSH from 2 to 3,
but that doesn't seem worthwhile after 25+ years.

Reviewed by: imp
MFC after: 1 week
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D25659
lib/libc/gen/tcsetattr.3