Subject: [iproute] utils.h: provide fallback CLOCK_TAI definition In-Reply-To: <20181027153102.32302-1-pe...@korsgaard.com> To: Stephen Hemminger <step...@networkplumber.org>, Vinicius Costa Gomes <vinicius.go...@intel.com> Cc: netdev@vger.kernel.org, Peter Korsgaard <pe...@korsgaard.com> From: Petr Vorel <petr.vo...@gmail.com> List-Id: <netdev.vger.kernel.org>
> 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 <pe...@korsgaard.com> Reviewed-by: Petr Vorel <petr.vo...@gmail.com> > --- > include/utils.h | 4 ++++ > 1 file changed, 4 insertions(+) Kind regards, Petr