1. 09 9月, 2020 1 次提交
  2. 06 11月, 2017 1 次提交
    • S
      s390x: use generic ioctl.h · 13935337
      Szabolcs Nagy 提交于
      s390 can use the generic ioctls definitions other than FIOQSIZE (like arm).
      
      this fixes some missing ioctls and two incorrect ones:
      TIOCTTYGSTRUCT and TIOCM_MODEM_BITS seem to be defined on frv
      target only in linux.
      13935337
  3. 04 7月, 2016 1 次提交
    • S
      fix FIOQSIZE in arm ioctl.h · cd208b00
      Szabolcs Nagy 提交于
      arm ioctl.h is the same as the generic one except this macro,
      so a workaround solution is used to avoid another ioctl.h copy.
      cd208b00