diff options
| author | Ron <ron@debian.org> | 2009-06-27 04:44:19 +0930 |
|---|---|---|
| committer | Austin Foxley <austinf@cetoncorp.com> | 2009-07-09 01:35:04 -0700 |
| commit | 2291c660e546e1fa766ef0c0696bd7b074c3b9f3 (patch) | |
| tree | 7eec53d25d59132b5b255f477a528bdd6f37bb33 /utils/readsoname2.c | |
| parent | c1040feea984d4bf8760da64b552bd22ee7a00c4 (diff) | |
| download | uClibc-alpine-2291c660e546e1fa766ef0c0696bd7b074c3b9f3.tar.bz2 uClibc-alpine-2291c660e546e1fa766ef0c0696bd7b074c3b9f3.tar.xz | |
Make more utility functions static
This keeps gcc-4.4 from nagging that they have no prototypes.
Signed-off-by: Ron Lee <ron@debian.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'utils/readsoname2.c')
| -rw-r--r-- | utils/readsoname2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/readsoname2.c b/utils/readsoname2.c index 6a9f00775..6ff136bb7 100644 --- a/utils/readsoname2.c +++ b/utils/readsoname2.c @@ -1,4 +1,4 @@ -char *readsonameXX(char *name, FILE *infile, int expected_type, int *type) +static char *readsonameXX(char *name, FILE *infile, int expected_type, int *type) { ElfW(Ehdr) *epnt; ElfW(Phdr) *ppnt; |
