use int instead of long for ptrdiff_t on all 32-bit archs
[musl] / src / locale / catclose.c
1 #include <nl_types.h>
2
3 int catclose (nl_catd catd)
4 {
5         return 0;
6 }