localtime: use reentrant variant 32/236832/2
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Mon, 22 Jun 2020 10:57:58 +0000 (12:57 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Mon, 22 Jun 2020 11:55:53 +0000 (11:55 +0000)
commit6b46a190d10e2883ed17d60c8d308d9b9dfcfa50
treed385025b76ac66d2f161bee408530f97091dc8f8
parent2861c00d61347cca79ae22c928ec861f5258f11b
localtime: use reentrant variant

configure was never setup up properly to support both legacy and reentrant
localtime, consequently legacy variant has been selected all the time.

This commit drops legacy variant leaving reentrant as the default.

Change-Id: Id502121a1197584621cb5b9d65b1c630f2a380f1
Makefile.am
src/libdlog/log.c
src/shared/logprint.c
src/tests/logprint.c