]> git.sur5r.net Git - i3/i3/commit
log: use localtime_r instead of localtime
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 18 Oct 2011 17:32:47 +0000 (18:32 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 18 Oct 2011 17:32:47 +0000 (18:32 +0100)
commitf09d9a4c371ea7754eb9525c2d08ec882baab836
tree2558862252cb4ae0868402ea3b8216e08c053593
parent744def377a601381ab649f5e39a243a6fc042172
log: use localtime_r instead of localtime

localtime_r does not have the side-effect of behaving like it called tzset(),
in particular it will save one stat(/etc/localtime) syscall. This is not a big
deal, but it makes the strace output cleaner and thus more useful :).
src/log.c