diff options
author | Sam James <sam@gentoo.org> | 2025-07-25 19:45:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-07-30 23:29:52 +0100 |
commit | dbe0ba6c90d53229613c7eb3f476580ae1b9aae1 (patch) | |
tree | 59f74d503d5dfb7440d735d1e96dafb9babb4837 /libgo/go/io/ioutil | |
parent | 3d44db05f0569b6c36216216e5f4c6d98801faea (diff) | |
download | gcc-master.zip gcc-master.tar.gz gcc-master.tar.bz2 |
Cherry picked from LLVM commit c99b1bcd505064f2e086e6b1034ce0b0c91ea5b9.
The termio ioctls are no longer used after commit 59978b21ad9c
("[sanitizer_common] Remove interceptors for deprecated struct termio
(#137403)"), remove them. Fixes this build error:
../../../../libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:765:27: error: invalid application of ‘sizeof’ to incomplete type ‘__sanitizer::termio’
765 | unsigned IOCTL_TCGETA = TCGETA;
| ^~~~~~
../../../../libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:769:27: error: invalid application of ‘sizeof’ to incomplete type ‘__sanitizer::termio’
769 | unsigned IOCTL_TCSETA = TCSETA;
| ^~~~~~
../../../../libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:770:28: error: invalid application of ‘sizeof’ to incomplete type ‘__sanitizer::termio’
770 | unsigned IOCTL_TCSETAF = TCSETAF;
| ^~~~~~~
../../../../libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:771:28: error: invalid application of ‘sizeof’ to incomplete type ‘__sanitizer::termio’
771 | unsigned IOCTL_TCSETAW = TCSETAW;
| ^~~~~~~
Diffstat (limited to 'libgo/go/io/ioutil')
0 files changed, 0 insertions, 0 deletions