index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
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
);
}