From 56d3944e624432f36ebe9fc3fbdf5a6f6f33dd6d Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Sun, 8 Jan 2006 11:36:07 +0000
Subject: hide internal __time_tm/_time_tzinfo symbols

---
 libc/misc/time/time.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'libc/misc/time')

diff --git a/libc/misc/time/time.c b/libc/misc/time/time.c
index 74b38f99e..889e7933f 100644
--- a/libc/misc/time/time.c
+++ b/libc/misc/time/time.c
@@ -206,7 +206,7 @@ extern char *__nl_langinfo_l (nl_item __item, __locale_t l) attribute_hidden;
 
 /**********************************************************************/
 
-extern struct tm __time_tm;
+extern struct tm __time_tm attribute_hidden;
 
 extern struct tm *__localtime_r (__const time_t *__restrict __timer,
 			       struct tm *__restrict __tp) attribute_hidden;
@@ -230,7 +230,7 @@ extern pthread_mutex_t _time_tzlock;
 #define TZLOCK		__pthread_mutex_lock(&_time_tzlock)
 #define TZUNLOCK	__pthread_mutex_unlock(&_time_tzlock)
 
-extern rule_struct _time_tzinfo[2];
+extern rule_struct _time_tzinfo[2] attribute_hidden;
 
 extern struct tm *_time_t2tm(const time_t *__restrict timer,
 					int offset, struct tm *__restrict result) attribute_hidden;
-- 
cgit v1.2.3