about summary refs log tree commit diff
path: root/wctype/towctrans_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'wctype/towctrans_l.c')
-rw-r--r--wctype/towctrans_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctype/towctrans_l.c b/wctype/towctrans_l.c
index f45f195f07..1c6589747e 100644
--- a/wctype/towctrans_l.c
+++ b/wctype/towctrans_l.c
@@ -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.  */