Don't prototype _tolower() and _toupper(). They're not supposed to be
functions, and there's no implementation of them in any case.
This commit is contained in:
parent
dd5185d15f
commit
c6bd0d5621
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user