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
update the readme
[lunaix-os.git]
/
lunaix-os
/
libs
/
crc.c
diff --git
a/lunaix-os/libs/crc.c
b/lunaix-os/libs/crc.c
index 71fa03e55607af8aa1026835c5092629ee5cd502..c72102348d2327e5fd6e177af38f226a12833a99 100644
(file)
--- a/
lunaix-os/libs/crc.c
+++ b/
lunaix-os/libs/crc.c
@@
-55,7
+55,7
@@
static const unsigned int crc32_tab[] = {
* @param size
* @return unsigned int
*/
-unsigned int weak
+unsigned int
_
weak
crc32b(unsigned char* data, unsigned int size)
{
unsigned int crc = (unsigned int)-1, i = 0;