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/times.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sys/times.h') diff --git a/include/sys/times.h b/include/sys/times.h index 6022f2f84..13535a5f6 100644 --- a/include/sys/times.h +++ b/include/sys/times.h @@ -47,6 +47,7 @@ struct tms Return the elapsed real time, or (clock_t) -1 for errors. All times are in CLK_TCKths of a second. */ extern clock_t times (struct tms *__buffer) __THROW; +libc_hidden_proto(times) __END_DECLS -- cgit v1.2.3