add dummied strverscmp (obnoxious GNU function)
programs that use this tend to horribly botch international text support, so it's questionable whether we want to support it even in the long term... for now, it's just a dummy that calls strcmp.
This commit is contained in:
parent
d4045a1683
commit
a6540174be
2 changed files with 8 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ size_t strlcpy (char *, const char *, size_t);
|
|||
#endif
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
int strverscmp (const char *, const char *);
|
||||
int strcasecmp (const char *, const char *);
|
||||
int strncasecmp (const char *, const char *, size_t);
|
||||
char *strchrnul(const char *, int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue