Closed pprindeville closed 6 months ago
fstat64() should be a wrapper for fstat() on 64-bit systems if -D_LARGEFILE64_SOURCE is used. Also, MUSL wants <fcntl.h> to be included and not <sys/fcntl.h>.
fstat64()
fstat()
-D_LARGEFILE64_SOURCE
<fcntl.h>
<sys/fcntl.h>
Should all be fixed in 2.0.17 or 2.1.0 whichever comes next.
Resolved in https://github.com/k13132/openwrt-dpdk/tree/arm
Any reason to not fix this in openwrt?
I have not noticed that this modification is still needed.
fstat64()
should be a wrapper forfstat()
on 64-bit systems if-D_LARGEFILE64_SOURCE
is used. Also, MUSL wants<fcntl.h>
to be included and not<sys/fcntl.h>
.Should all be fixed in 2.0.17 or 2.1.0 whichever comes next.