Use gmtime_r if available, fallback to gmtime with mutex
authorFabian Keil <fk@fabiankeil.de>
Sun, 3 Sep 2006 19:38:28 +0000 (19:38 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 3 Sep 2006 19:38:28 +0000 (19:38 +0000)
commit73df3cd290f456d3b3e62928b82f92898ad72072
tree0c15e1413e46c6c15636bf4b45b528880960d7ce
parent06b307ad39589bc70359c517712f88ece66d7890
Use gmtime_r if available, fallback to gmtime with mutex
protection for MacOSX and use vanilla gmtime for the rest.
parsers.c