]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wctype/towctrans_l.c
Use locale_t, not __locale_t, throughout glibc
[thirdparty/glibc.git] / wctype / towctrans_l.c
index f45f195f076e03bf9c3f66f39ed9e89277651011..1c6589747eea8928405a32d81e21d5219642cea9 100644 (file)
@@ -23,7 +23,7 @@
 #include "wchar-lookup.h"
 
 wint_t
-__towctrans_l (wint_t wc, wctrans_t desc, __locale_t locale)
+__towctrans_l (wint_t wc, wctrans_t desc, locale_t locale)
 {
   /* If the user passes in an invalid DESC valid (the one returned from
      `__wctrans_l' in case of an error) simply return the value.  */