• R
    improve ioctl time64 conversion fallback framework · 64d0e865
    Rich Felker 提交于
    record offsets of individual slots that expand from 32- to 64-bit,
    rather than timespec/timeval pairs. this flexibility will be needed
    for some ioctls. reduce size of types in table. adjust representation
    of offsets to include a count rather than needing -1 padding so that
    the table is less ugly and doesn't need large diffs if we increase max
    number of slots.
    64d0e865
ioctl.c 2.3 KB