emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels
[oweals/musl.git] / src / ctype / __ctype_get_mb_cur_max.c
1 #include <stdlib.h>
2
3 size_t __ctype_get_mb_cur_max()
4 {
5         return 4;
6 }