Andreas Schwab
c99b1bcd50
Remove reference to obsolete termio ioctls
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;
| ^~~~~~~
Part-of: https://github.com/llvm/llvm-project/pull/138822
Closes: https://github.com/llvm/llvm-project/pull/138822
2025-07-25 19:44:34 +01:00
..
2025-07-23 10:27:09 -07:00
2025-07-22 21:19:33 -04:00
2025-04-14 10:01:25 -07:00
2024-10-10 13:12:36 -07:00
2025-07-10 10:56:08 +02:00
2025-01-07 10:03:31 -08:00
2025-07-23 09:39:19 -04:00
2025-06-02 08:59:43 +02:00
2025-07-23 09:39:19 -04:00
2025-07-23 09:39:19 -04:00
2025-07-09 20:14:23 -04:00
2024-12-07 20:20:27 -08:00
2025-04-11 16:16:33 -04:00
2025-05-28 14:51:50 +01:00
2025-07-09 10:36:59 -07:00
2025-01-27 13:49:44 -08:00
2025-07-25 19:44:34 +01:00
2025-07-22 03:31:35 +02:00
2024-06-04 09:26:45 +02:00
2025-07-23 09:39:19 -04:00
2025-07-17 11:12:29 -07:00
2025-05-06 10:03:38 -07:00
2025-05-08 14:43:16 -07:00
2025-07-23 09:39:19 -04:00
2024-08-22 09:48:05 +02:00