• R
    fix terminal control ioctl constants for sh · cbb609b3
    Rich Felker 提交于
    this commit changes the names to match the kernel names, exposing
    under the normal names the "old" versions which work with a smaller
    termios structure compatible with the userspace structure, and
    renaming the "new" versions with "2" on the end like the kernel has.
    
    this fixes spurious warnings "Unsupported ioctl: cmd=0x802c542a" from
    qemu-sh4 and should be more correct anyway, since our userspace
    termios structure does not have meaningful information in the part
    which the kernel would be interpreting as speeds with the new ioctl.
    cbb609b3
ioctl.h 6.8 KB