]> git.ipfire.org Git - thirdparty/glibc.git/commit
termios: move the baud_t interface from __USE_MISC to __USE_GNU
authorH. Peter Anvin <hpa@zytor.com>
Sun, 13 Jul 2025 05:19:42 +0000 (22:19 -0700)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 20 Jul 2025 15:17:38 +0000 (17:17 +0200)
commit0332959dd27e8be7e488862211327eab3531e520
tree676228a4ef0b135588ca03e8a8b2e63abd4ae90e
parent5dd2a19ad5218261cee064477342e81d67367e78
termios: move the baud_t interface from __USE_MISC to __USE_GNU

__USE_MISC refers to interfaces imported from BSD or System V, but the
baud_t interface is (at least for now) a GNU extension, so move it
from __USE_MISC to __USE_GNU.

Suggested-by: Collin Funk <collin.funk1@gmail.com>
Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Reviewed-by: Collin Funk <collin.funk1@gmail.com>
termios/termios.h