<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/149103>149103</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            [compiler-rt]use of undeclared identifier 'TCGETS'
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          trcrsired
      </td>
    </tr>
</table>

<pre>
    ```cpp
/home/cqwrteur/toolchains_build/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp:783:27: error: use of undeclared identifier 'TCGETS'
  783 |   unsigned IOCTL_TCGETS = TCGETS;
      | ^~~~~~
/home/cqwrteur/toolchains_build/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp:789:27: error: use of undeclared identifier 'TCSETS'
  789 |   unsigned IOCTL_TCSETS = TCSETS;
      | ^~~~~~
/home/cqwrteur/toolchains_build/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp:790:28: error: use of undeclared identifier 'TCSETSF'
  790 |   unsigned IOCTL_TCSETSF = TCSETSF;
      | ^~~~~~~
/home/cqwrteur/toolchains_build/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp:791:28: error: use of undeclared identifier 'TCSETSW'
  791 |   unsigned IOCTL_TCSETSW = TCSETSW;
      |                            ^~~~~~~
```
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJzU1E2PmzwQB_BPM1ysjYwNGB84ZF949EiVeshKe4yMmQRXBlPb7LY99LNXsGmTtNqoymlrceDFg0Y_j_4qBLMfECvIbyG_T9QUO-er6LUPxmObNK79WkFBXy89jkDXwOrO9Qis1p9ffMTJA6ujc1Z3ygxh20zGtsBqa5_7m9G7T6jjvNn1o7Hob_z8ZE0DrA5qMNF8Q7_Vru_dcPZqtCrunO-31vQmhu3ogvmymnvga1Fy4GsmgK8Jeu_8fDMFJG5HpqFFbZXHlpgWh2h2Bj0BJh7v_nt43AATQNeEiJITEHeEkGlYFFry_8e7xw_b120E-D05VPDbpWJecwXkD9_n9W4s5DUWmzML-ZbF5mix-QcsJJ0tyiss6l8Ykl7CqE806rc43o9Heq3H09EjveTxdOLx9LvHhXVG9TNhkrbireRSJVilImeFyDImk66iWGaF5oUSRdNKnUuaS1oyoRTLyrLViakYZTkVaZFmlDK5wkYInZdNrihiVmaQUeyVsavZe-X8PjEhTFilmUwpT6xq0IYlCBkb8IUsX4GxORd9tRxSM-0DZNSaEMPxN9FEuyTo6cnl93-dRsnkbdXFOAbg89AAq_cmdlOz0q4_zMefY7K0F4DVh_6fK_YjAAD__2jz2zg">