diff options
author | Florian Weimer <fweimer@redhat.com> | 2025-07-04 10:50:06 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2025-07-04 13:17:31 +0200 |
commit | 1c5f2ae4f98eb02fabab9f7f2b22ef6d23e85edc (patch) | |
tree | 7c2a105200a3248a7e9ea24283948b49fc825283 /sysdeps | |
parent | 4900f993c8119b8482ba9ba0387418b7e05c5c02 (diff) | |
download | glibc-master.zip glibc-master.tar.gz glibc-master.tar.bz2 |
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/termios_internals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/termios_internals.h b/sysdeps/unix/sysv/linux/termios_internals.h index 10b6732..e8dbfe7 100644 --- a/sysdeps/unix/sysv/linux/termios_internals.h +++ b/sysdeps/unix/sysv/linux/termios_internals.h @@ -59,7 +59,7 @@ struct termios2 format and function as TCGETS2. On all other platforms, the termios2 interface exists as far back as this version of glibc supports. - For TCGETS* it is more complicated; this is handled in tcsetattr.c. + For TCSETS* it is more complicated; this is handled in tcsetattr.c. Some other architectures only have the equivalent of the termios2 interface, in which case the old ioctl names are the only ones |