Remove static key.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 11 Jun 2008 17:30:15 +0000 (17:30 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 11 Jun 2008 17:30:15 +0000 (17:30 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1451 38d2e660-2303-0410-9eaa-f027e97ec537

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;