OSDN Git Service

ctime: do not use static struct tm buffer
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 9 Jan 2010 20:58:50 +0000 (21:58 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 9 Jan 2010 20:58:50 +0000 (21:58 +0100)
commit957e238614326198452b53498ae98e546fce7366
tree0ac17543016fbf7e70408933fc4fa16750726fd5
parente949d522a31db675889bc87b6023e7edb6b30caa
ctime: do not use static struct tm buffer

    text           data     bss     dec     hex filename
-     19              0       0      19      13 libc/misc/time/ctime.o
+     25              0       0      25      19 libc/misc/time/ctime.o

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libc/misc/time/time.c