#9060 Let platforms without dup2() compile the replacement fonction without error.
This commit is contained in:
parent
c08d9070db
commit
90774dd47b
|
@ -12,6 +12,7 @@
|
|||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define BADEXIT -1
|
||||
|
||||
|
|
Loading…
Reference in New Issue