remove or make static various unused __-prefixed symbols

This commit is contained in:
Rich Felker
2018-09-12 14:34:35 -04:00
parent 49722a8ed4
commit 3fe595de83
8 changed files with 10 additions and 17 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ dst:
UNLOCK(lock);
}
void __tzset()
static void __tzset()
{
LOCK(lock);
do_tzset();