git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: lru eviction policy on page caches
[lunaix-os.git]
/
lunaix-os
/
libs
/
hash.c
diff --git
a/lunaix-os/libs/hash.c
b/lunaix-os/libs/hash.c
index c1580edda5a51074ea9237abe709eeaddac55cb3..277efb32eaf8370fc8f265ef8038ce4d1960004f 100644
(file)
--- a/
lunaix-os/libs/hash.c
+++ b/
lunaix-os/libs/hash.c
@@
-9,7
+9,7
@@
* @return unsigned int
*/
uint32_t
* @return unsigned int
*/
uint32_t
-strhash_32(
unsigned
char* str, uint32_t truncate_to)
+strhash_32(char* str, uint32_t truncate_to)
{
if (!str)
return 0;
{
if (!str)
return 0;