summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2009-03-14 19:04:24 +0000
committerdas <das@FreeBSD.org>2009-03-14 19:04:24 +0000
commitc3f4135f0e98c7180ce60016c6ea862341e94dfa (patch)
tree8e728527e183a21bf051d2f344af216ae87a5048 /include
parentfc0485a9c4c43b13852c033d0697d980e8b1b87f (diff)
downloadFreeBSD-src-c3f4135f0e98c7180ce60016c6ea862341e94dfa.zip
FreeBSD-src-c3f4135f0e98c7180ce60016c6ea862341e94dfa.tar.gz
Don't prototype _tolower() and _toupper(). They're not supposed to be
functions, and there's no implementation of them in any case.
Diffstat (limited to 'include')
-rw-r--r--include/ctype.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ctype.h b/include/ctype.h
index dfc89cc..103619c 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -65,8 +65,6 @@ int tolower(int);
int toupper(int);
#if __XSI_VISIBLE
-int _tolower(int);
-int _toupper(int);
int isascii(int);
int toascii(int);
#endif
OpenPOWER on IntegriCloud