summaryrefslogtreecommitdiff
path: root/ctype/ctype-c99_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'ctype/ctype-c99_l.c')
-rw-r--r--ctype/ctype-c99_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctype/ctype-c99_l.c b/ctype/ctype-c99_l.c
index efb5a67bb5..da543593f9 100644
--- a/ctype/ctype-c99_l.c
+++ b/ctype/ctype-c99_l.c
@@ -20,7 +20,7 @@
#include <ctype.h>
int
-__isblank_l (int c, __locale_t l)
+__isblank_l (int c, locale_t l)
{
return __isctype_l (c, _ISblank, l);
}