spare archs without time32 legacy the cost of ioctl fallback conversions
authorRich Felker <dalias@aerifal.cx>
Sun, 22 Dec 2019 18:25:17 +0000 (13:25 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 22 Dec 2019 18:25:58 +0000 (13:25 -0500)
commitd01fdc777dd3b5ebcad351ee47d1984d28db31e4
tree411716159015c345b6c2f0af0f60864f039c6d3f
parentf9895817321790bef33a56e3b10f3f71d989c23e
spare archs without time32 legacy the cost of ioctl fallback conversions

adding this condition makes the entire convert_ioctl_struct function
and compat_map table statically unreachable, and thereby optimized out
by dead code elimination, on archs where they are not needed.
src/misc/ioctl.c