mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Make local functions static.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#define MAX_STRINGS 256
|
||||
#define MAX_LINE_SIZE 32
|
||||
|
||||
int
|
||||
static int
|
||||
compare (const void *p1, const void *p2)
|
||||
{
|
||||
return strverscmp (*((char **) p1), *((char **) p2));
|
||||
|
Reference in New Issue
Block a user