From 6970674805d79449efc7116d358f22c5ff8051fe Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 11 Apr 1996 19:26:13 +0000 Subject: (_ihash_nextprime): Renamed from nextprime.c. All callers changed. --- libihash/primes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libihash') diff --git a/libihash/primes.c b/libihash/primes.c index 5637e90d..0b7b5d10 100644 --- a/libihash/primes.c +++ b/libihash/primes.c @@ -28,7 +28,7 @@ static spin_lock_t table_lock = SPIN_LOCK_INITIALIZER; /* Return the next prime greater than or equal to N. */ int -nextprime (unsigned n) +_ihash_nextprime (unsigned n) { /* Among other things, We guarantee that, for all i (0 <= i < primes_len), primes[i] is a prime, -- cgit v1.2.3