Skip to content

[compiler-rt]use of undeclared identifier 'TCGETS' for x86_64-linux-gnu (latest linux kernel and glibc) #149103

@trcrsired

Description

@trcrsired
/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;
      |                            ^~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions