lseek was not declared
This commit is contained in:
parent
5696478540
commit
312fe96bbd
|
@ -38,7 +38,7 @@ long tnum = 0;
|
||||||
char tstrtab[STRTABSZ];
|
char tstrtab[STRTABSZ];
|
||||||
long tssiz = 0;
|
long tssiz = 0;
|
||||||
char *malloc(), *strcpy(), *strncpy();
|
char *malloc(), *strcpy(), *strncpy();
|
||||||
long tell();
|
long lseek();
|
||||||
long time();
|
long time();
|
||||||
#endif AAL
|
#endif AAL
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue