aboutsummaryrefslogtreecommitdiff
path: root/include/libc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libc.h')
-rw-r--r--include/libc.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/include/libc.h b/include/libc.h
index ad5ecee0..20b38667 100644
--- a/include/libc.h
+++ b/include/libc.h
@@ -234,11 +234,15 @@ extern int quoterunestrfmt(Fmt*);
extern int needsrcquote(int);
/*
- * random number (in <stdlib.h>)
- *
+ * random number (also in <stdlib.h>)
+ */
+#ifndef NOPLAN9DEFINES
+#define rand p9rand
+#define srand p9srand
+#endif
+
extern void srand(long);
extern int rand(void);
- */
extern int nrand(int);
extern long lrand(void);
extern long lnrand(long);