]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r363228:
authorBrooks Davis <brooks@FreeBSD.org>
Wed, 22 Jul 2020 21:06:32 +0000 (21:06 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Wed, 22 Jul 2020 21:06:32 +0000 (21:06 +0000)
commit136a7eba7fb7438de74afc4f46b636fa71dee32c
tree155c964fb7e5654e029604413451830de7abce46
parentbf9ff981bab0df2076b6e7988190eba6b56e4833
MFC r363228:

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
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D25659
lib/libc/gen/tcsetattr.3