Hi, On Thu, 2021-03-11 at 17:18, Jan Engelhardt wrote: > On Monday 2021-03-08 22:02, Milan P. Stanić wrote: > > >I'm trying to fix build of xtables-addons-3.17 on Alpine Linux which is > >based on musl libc. Build pass on our x86, x86_64, aarch64, ppc64le and > >s390x arches but fails on armv7. Here is excerpt from build log. > > > > 33 | static inline uint32_t __div64_32(uint64_t *n, uint32_t base) > > | ~~~~~~~~~~^ > > I have addresses the issue in v3.18 now. No new warnings have shown to me with > regards to time_after. Yes, it works now without any warning or error. Thanks