From 55c4ce6885b577e2b29a4de674d4062a6882afe8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 16 Jul 2009 07:18:53 -0700 Subject: Remove warning and little optimization. The prototype for _dl_higher_prime_number was missing. While at it, the function is now marked with internal_function. --- elf/dl-misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'elf') diff --git a/elf/dl-misc.c b/elf/dl-misc.c index 7d4e1a1725..d50537ade7 100644 --- a/elf/dl-misc.c +++ b/elf/dl-misc.c @@ -315,6 +315,7 @@ _dl_name_match_p (const char *name, const struct link_map *map) unsigned long int +internal_function _dl_higher_prime_number (unsigned long int n) { /* These are primes that are near, but slightly smaller than, a -- cgit v1.2.3