fix regression in ioctl definitions provided by arch/generic bits
authorRich Felker <dalias@aerifal.cx>
Wed, 18 Dec 2019 23:03:43 +0000 (18:03 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 18 Dec 2019 23:03:43 +0000 (18:03 -0500)
commitb3290956508b808b245c3517013cbf2dcb1775ac
tree027e38b302dfeeaf82a45718ab32c399fc44848e
parent114178dc8df79a5b1690ee1c7d6d90c79c76b6b7
fix regression in ioctl definitions provided by arch/generic bits

commit b60fdf133c033d4ad6b04a8237f253563fae5928 broke the
SIOCGSTAMP[NS] ioctl fallbacks introduced in commit
2e554617e5a6a41bf3f6c6306c753cd53abf728c, as well as use of these
ioctls, by creating a situation where bits/ioctl.h could be included
without __LONG_MAX being visible.
include/sys/ioctl.h