commit | 4b125dd31a634871d3b2d06ebfd1b9aef539766b | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Thu Dec 07 11:27:30 2023 +0100 |
committer | GitHub <noreply@github.com> | Thu Dec 07 11:27:30 2023 +0100 |
tree | 33708c143339b859cf520c6beccdd554d1ad5bf3 | |
parent | 4ba15de19153bb97308996ec85242bdeda358387 [diff] |
gh-51944: Add missing macOS constants to termios (#112823) * gh-51944: Add some macOS constants to termios This changeset adds all public constants in <termio.h> and <sys/termios.h> on macOS that weren't present already. Based on the macOS 14.2 SDK Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>