From c3f4135f0e98c7180ce60016c6ea862341e94dfa Mon Sep 17 00:00:00 2001 From: das Date: Sat, 14 Mar 2009 19:04:24 +0000 Subject: Don't prototype _tolower() and _toupper(). They're not supposed to be functions, and there's no implementation of them in any case. --- include/ctype.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 -- cgit v1.1