summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/tolower.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/locale/tolower.c')
-rw-r--r--lib/libc/locale/tolower.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/locale/tolower.c b/lib/libc/locale/tolower.c
index f8d1623..65d5175 100644
--- a/lib/libc/locale/tolower.c
+++ b/lib/libc/locale/tolower.c
@@ -37,9 +37,9 @@
#include <stdio.h>
#include <rune.h>
-_BSD_RUNE_T_
+_BSD_CT_RUNE_T_
___tolower(c)
- _BSD_RUNE_T_ c;
+ _BSD_CT_RUNE_T_ c;
{
#ifdef XPG4
int x;
@@ -58,5 +58,3 @@ ___tolower(c)
#endif
return(c);
}
-
-
OpenPOWER on IntegriCloud