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