]> git.ipfire.org Git - thirdparty/glibc.git/commit
locale: Remove cleanup function pointer from struct __localedata
authorFlorian Weimer <fweimer@redhat.com>
Mon, 23 May 2022 08:08:18 +0000 (10:08 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 23 May 2022 09:06:31 +0000 (11:06 +0200)
commitbbebe83a2874cd25934046d908824dfc11711a2b
tree1e4b6818e4fc8c35996da79471d55048095f7650
parent0b6342e769be6903f29da067f5cbcbfcc7c01b10
locale: Remove cleanup function pointer from struct __localedata

We can call the cleanup functions directly from _nl_unload_locale
if we pass the category to it.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
locale/findlocale.c
locale/loadarchive.c
locale/loadlocale.c
locale/localeinfo.h
locale/setlocale.c
time/alt_digit.c
time/era.c
time/lc-time-cleanup.c
wcsmbs/wcsmbsload.c