From 69efea9cc568b3906340ddf45df66db811d4f204 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 23 Oct 2019 01:25:22 -0500 Subject: Use adjtimex instead of adjtime (bionic hasn't got adjtime). And check in more multicast support that's been sitting in the tree, I don't have a test enviornment for it anymore but somebody wanted this... --- lib/portability.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/portability.h b/lib/portability.h index c2af278b..fb4e0383 100644 --- a/lib/portability.h +++ b/lib/portability.h @@ -297,7 +297,6 @@ static inline char *get_sched_policy_name(int policy) {return "unknown";} // stub it out for now. #ifdef __ANDROID_NDK__ #define __android_log_write(a, b, c) (0) -#define adjtime(x, y) (0) #endif #ifndef SYSLOG_NAMES -- cgit v1.2.3