mirror of
git://git.musl-libc.org/musl
synced 2025-01-10 16:49:50 +00:00
fix regression in ioctl definitions provided by arch/generic bits
commitb60fdf133c
broke the SIOCGSTAMP[NS] ioctl fallbacks introduced in commit2e554617e5
, as well as use of these ioctls, by creating a situation where bits/ioctl.h could be included without __LONG_MAX being visible.
This commit is contained in:
parent
114178dc8d
commit
b329095650
@ -4,6 +4,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <bits/alltypes.h>
|
||||
#include <bits/ioctl.h>
|
||||
|
||||
#define N_TTY 0
|
||||
|
Loading…
Reference in New Issue
Block a user