mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user