From fb6a51ed43626cb16bda3d75b28b26cfb1449e52 Mon Sep 17 00:00:00 2001 From: Leonid Lisovskiy Date: Sat, 23 Jan 2016 23:26:56 +0300 Subject: Provide __adjtimex() alias, like glibc. Althought recent versions of sofware don't require it, old ntpd wants - see http://bugs.ntp.org/show_bug.cgi?id=769 Signed-off-by: Leonid Lisovskiy Signed-off-by: Waldemar Brodkorb --- libc/sysdeps/linux/common/adjtimex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/common/adjtimex.c b/libc/sysdeps/linux/common/adjtimex.c index 45cb38495..199650245 100644 --- a/libc/sysdeps/linux/common/adjtimex.c +++ b/libc/sysdeps/linux/common/adjtimex.c @@ -13,6 +13,7 @@ _syscall1(int, adjtimex, struct timex *, buf) libc_hidden_def(adjtimex) +weak_alias(adjtimex,__adjtimex) #if defined __UCLIBC_NTP_LEGACY__ strong_alias(adjtimex,ntp_adjtime) #endif -- cgit v1.2.3