From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- include/sys/timex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sys/timex.h') diff --git a/include/sys/timex.h b/include/sys/timex.h index d2020a6d2..b4998f5ab 100644 --- a/include/sys/timex.h +++ b/include/sys/timex.h @@ -118,6 +118,7 @@ __BEGIN_DECLS extern int __adjtimex (struct timex *__ntx) __THROW; extern int adjtimex (struct timex *__ntx) __THROW; +libc_hidden_proto(adjtimex) #if defined __UCLIBC_NTP_LEGACY__ extern int ntp_gettime (struct ntptimeval *__ntv) __THROW; -- cgit v1.2.3