crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum
[musl] / src / locale / freelocale.c
1 #include <stdlib.h>
2 #include "locale_impl.h"
3
4 void freelocale(locale_t l)
5 {
6         free(l);
7 }