index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
locale
/
freelocale.c
blob: 4e089f223b9c95f1013cb762eed6299a0574128f (
plain
) (
blame
)
1
2
3
4
5
6
7
#include <stdlib.h> #include "locale_impl.h" void freelocale(locale_t l) { free(l); }