convert ioctl time64 fallbacks to table-driven framework
authorRich Felker <dalias@aerifal.cx>
Thu, 19 Dec 2019 01:48:58 +0000 (20:48 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 19 Dec 2019 04:17:28 +0000 (23:17 -0500)
commit221b1a1d0ae5de7ddc76a577f591f7ded090cc44
treeaa7e91ce845442caa451ebe112d6ca3b181b4d66
parentb3290956508b808b245c3517013cbf2dcb1775ac
convert ioctl time64 fallbacks to table-driven framework

with the current set of supported ioctls, this conversion is hardly an
improvement, but it sets the stage for being able to do alsa, v4l2,
ppp, and other ioctls with timespec/timeval-derived types. without
this capability, a lot of functionality users depend on would stop
working with the time64 switchover.
src/misc/ioctl.c