dns: fix workaround for systems defaulting to ipv6-only sockets
[musl] / src / ctype / __ctype_get_mb_cur_max.c
1 #include <stdlib.h>
2 #include "locale_impl.h"
3
4 size_t __ctype_get_mb_cur_max()
5 {
6         return MB_CUR_MAX;
7 }