Various cleanup.

This commit is contained in:
rsc 2003-10-11 02:50:20 +00:00
parent a6ea03aea9
commit 2009374690
3 changed files with 15 additions and 2 deletions

View file

@ -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);