]> sourceware.org Git - glibc.git/blobdiff - db/hash/hash_log2.c
Update.
[glibc.git] / db / hash / hash_log2.c
index 92fda72ff0dd253d7e2fe166986be20ed9d534da..6bcf9c11451d8649cc7d6bd19d2e7cff6b572578 100644 (file)
@@ -42,10 +42,10 @@ static char sccsid[] = "@(#)hash_log2.c     8.2 (Berkeley) 5/31/94";
 
 #include <db.h>
 
-u_int32_t __log2 __P((u_int32_t));
+u_int32_t __hash_log2 __P((u_int32_t));
 
 u_int32_t
-__log2(num)
+__hash_log2(num)
        u_int32_t num;
 {
        register u_int32_t i, limit;
This page took 0.02992 seconds and 5 git commands to generate.