rewrite the device subsystem interfaces (#48)
[lunaix-os.git] / lunaix-os / libs / hash.c
index b4e5c6f58910f57545aaaf0d36f4cd07722e7c4e..3a0555fee81e38d2e58af2ad7a3ba0c800ff0d5e 100644 (file)
@@ -9,7 +9,7 @@
  * @param str
  * @return unsigned int
  */
-u32_t weak
+u32_t _weak
 strhash_32(const char* str, u32_t truncate_to)
 {
     if (!str)