]> git.ipfire.org Git - thirdparty/glibc.git/commit
Remove termios2 ioctl defintions from public headers
authorAndreas Schwab <schwab@suse.de>
Thu, 10 Jul 2025 07:19:38 +0000 (09:19 +0200)
committerAndreas Schwab <schwab@suse.de>
Thu, 10 Jul 2025 09:39:43 +0000 (11:39 +0200)
commitd6c2760ef7f7cdeab912767f04db4b14632fbb5f
tree6d681f5ef77759b69452173c50ab0d230b9865cc
parentc559a6190e397b315fdd98d9369f15d2914d8248
Remove termios2 ioctl defintions from public headers

The use of the termios2 ioctl interface is an implementation detail which
should not bleed into public headers.  Remove the PowerPC version of
<bits/ioctls.h> and define the termios2 ioctl numbers in <termios_arch.h>
instead.  Also remove the include check from there which is unneeded in an
internal header.
sysdeps/unix/sysv/linux/powerpc/bits/ioctls.h [deleted file]
sysdeps/unix/sysv/linux/powerpc/termios_arch.h