Re: [iproute PATCH] utils.h: provide fallback CLOCK_TAI definition
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2018-10-30 01:46:46
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2018-10-30 01:46:46
On Sat, 27 Oct 2018 17:31:02 +0200 Peter Korsgaard [off-list ref] wrote:
q_{etf,taprio}.c uses CLOCK_TAI, which isn't exposed by glibc < 2.21 or
uClibc, breaking the build. Provide a fallback definition like it is done
for IPPROTO_MPLS and others.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---Applied, thanks.