From 2009374690190b95a29db0c31decd07f4652eb45 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 11 Oct 2003 02:50:20 +0000 Subject: Various cleanup. --- include/lib9.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/lib9.h') diff --git a/include/lib9.h b/include/lib9.h index 42f6f44b..534efb37 100644 --- a/include/lib9.h +++ b/include/lib9.h @@ -176,7 +176,8 @@ extern ulong rendezvous(ulong, ulong); /* one of a kind */ extern void sysfatal(char*, ...); -extern int nrand(int); +extern int nrand(int); +extern long lrand(void); extern void setmalloctag(void*, ulong); extern void setrealloctag(void*, ulong); extern void *mallocz(ulong, int); -- cgit v1.2.3