Tweaks for Linux.

This commit is contained in:
rsc 2003-11-24 00:59:36 +00:00
parent f9355efb2e
commit cedbe4a4fa
2 changed files with 2 additions and 0 deletions

View file

@ -149,6 +149,7 @@ int subt(void);
int command(void);
int cond(char c);
void load(void);
#define log2 dclog2
int log2(long n);
Blk* salloc(int size);
Blk* morehd(void);