summaryrefslogtreecommitdiff
path: root/src/stdlib/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/rand.c')
-rw-r--r--src/stdlib/rand.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdlib/rand.c b/src/stdlib/rand.c
index 588522a7..a68dc046 100644
--- a/src/stdlib/rand.c
+++ b/src/stdlib/rand.c
@@ -1,5 +1,4 @@
#include "_stdlib.h"
-#undef rand
/** get a pseudo-random number **/
int rand(void)