diff --git a/include/ctype.h b/include/ctype.h index dfc89ccd5951..103619c3b612 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