[Bug libc/32806] [ppc64le] The provided TCGETS ioctl differs from that used in tcgetattr(3)

werner at suse dot de sourceware-bugzilla@sourceware.org
Thu Mar 20 12:57:03 GMT 2025


https://sourceware.org/bugzilla/show_bug.cgi?id=32806

Dr. Werner Fink <werner at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #6 from Dr. Werner Fink <werner at suse dot de> ---
and this is what is found if one search bewlow `arch/powerpc/include/`

```
arch/powerpc/include/uapi/asm/ioctls.h:#define TCGETS           _IOR('t', 19,
struct termios)
arch/powerpc/include/uapi/asm/ioctls.h:#define TCSETS           _IOW('t', 20,
struct termios)
arch/powerpc/include/uapi/asm/ioctls.h:#define TCSETSW          _IOW('t', 21,
struct termios)
arch/powerpc/include/uapi/asm/ioctls.h:#define TCSETSF          _IOW('t', 22,
struct termios)
arch/powerpc/include/uapi/asm/termbits.h:struct termios {
```

and AFAICS this is also used in glibc


```
sysdeps/unix/sysv/linux/powerpc/kernel_termios.h
```

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list