fix: M_DMAXEXP was wrong

This commit is contained in:
ceriel
1989-04-20 15:27:00 +00:00
parent e967e920be
commit eb6c2af313
2 changed files with 2 additions and 2 deletions

View File

@@ -29,12 +29,12 @@
#ifndef FILE
extern struct _io_buf {
int _fd;
int _count;
int _flags;
unsigned char *_buf;
unsigned char *_ptr;
int _bufsiz;
int _fd;
} *_io_table[_NFILES], _stdin, _stdout, _stderr;