0b44a031
aeeac9ca
4350935c
1 2 3 4 5
6
7
8 9
#include <stdlib.h> #include "locale_impl.h" void freelocale(locale_t l) { if (__loc_is_allocated(l)) free(l); } weak_alias(freelocale, __freelocale);