Only Windows has O_BINARY.
This commit is contained in:
parent
1fa8f40beb
commit
544e8d474b
|
@ -21,6 +21,10 @@
|
|||
static char rcs_id[] = "$Id$";
|
||||
#endif
|
||||
|
||||
#if !defined WIN32
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#define ARG_MORE 40 /* The size of args chunks to allocate */
|
||||
|
||||
static int run_exec(trf*);
|
||||
|
|
Loading…
Reference in a new issue