Build fix.
This commit is contained in:
parent
52a54e1b51
commit
f1d4377609
@ -32,7 +32,9 @@ extern FILE *stderr;
|
||||
# define SEEK_END 2
|
||||
#endif
|
||||
|
||||
#define EOF -1
|
||||
#ifndef EOF
|
||||
# define EOF (-1)
|
||||
#endif
|
||||
|
||||
#define __PRINTFLIKE(a, b)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user