Rename lrand to p9lrand, too.
This commit is contained in:
parent
3015b83184
commit
8d8865f3d0
2 changed files with 2 additions and 1 deletions
|
|
@ -239,6 +239,7 @@ extern int needsrcquote(int);
|
||||||
#ifndef NOPLAN9DEFINES
|
#ifndef NOPLAN9DEFINES
|
||||||
#define rand p9rand
|
#define rand p9rand
|
||||||
#define srand p9srand
|
#define srand p9srand
|
||||||
|
#define lrand p9lrand
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern void srand(long);
|
extern void srand(long);
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ p9srand(long seed)
|
||||||
}
|
}
|
||||||
|
|
||||||
long
|
long
|
||||||
lrand(void)
|
p9lrand(void)
|
||||||
{
|
{
|
||||||
ulong x;
|
ulong x;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue