mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue