Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / ctype / wctrans_l.c
blob30e61a4722af8521f65502b197f09b33c3c5ae3e
1 #include <_ansi.h>
2 #include <wctype.h>
4 wctrans_t
5 wctrans_l (const char *c, struct __locale_t *locale)
7 /* We're using a locale-independent representation of upper/lower case
8 based on Unicode data. Thus, the locale doesn't matter. */
9 return wctrans (c);