Remove static key.
[bertos.git] / bertos / mware / rand.c
index d0a1dc816e697a43f97632eb8cc7a929a428ffcb..5e7f1f4186764e6d88589b2ab39aadc728f9dc7c 100644 (file)
@@ -38,7 +38,7 @@
  */
 
 /* This would really belong to libc */
-static int rand(void)
+int rand(void)
 {
        static unsigned long seed;