busybox/runit
Denys Vlasenko e1b1b79269 use gmtime_r() instead of gmtime()
This avoids pulling in gmtime's static buffer:

function                                             old     new   delta
svlogd_main                                         1401    1412     +11
send_headers                                         668     678     +10
gmtime                                                21       -     -21
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 2/0 up/down: 21/-21)              Total: 0 bytes
   text	   data	    bss	    dec	    hex	filename
 920221	    555	   5804	 926580	  e2374	busybox_old
 920221	    555	   5740	 926516	  e2334	busybox_unstripped
                   ^^^^

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-03-06 18:11:47 +01:00
..
chpst.c getopt32: remove opt_complementary 2017-08-08 21:55:02 +02:00
Config.src runit/*: convert to new-style "one file" applets 2015-10-19 00:41:28 +02:00
Kbuild.src runit/*: convert to new-style "one file" applets 2015-10-19 00:41:28 +02:00
runit_lib.h do not use `a' quoting style in comments 2017-08-02 14:26:33 +02:00
runsv.c do not use `a' quoting style in comments 2017-08-02 14:26:33 +02:00
runsvdir.c getopt32: remove opt_complementary 2017-08-08 21:55:02 +02:00
sv.c use %m printf specifier where appropriate 2017-09-29 18:17:25 +02:00
svlogd.c use gmtime_r() instead of gmtime() 2018-03-06 18:11:47 +01:00