Tweaks for Linux.
This commit is contained in:
parent
f9355efb2e
commit
cedbe4a4fa
2 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ extern void reverse(void);
|
|||
extern void skip(void);
|
||||
extern void suffix(char*);
|
||||
extern long tread(char*, long);
|
||||
#define trunc tailtrunc
|
||||
extern void trunc(Dir*, Dir**);
|
||||
extern long tseek(long, int);
|
||||
extern void twrite(char*, long);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue