nswitch: don't redefine O_BINARY
This commit is contained in:
parent
36e7856b9c
commit
25fb89f717
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ GNU General Public License for more details.
|
||||||
#else
|
#else
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#define HAVE_DUP
|
#define HAVE_DUP
|
||||||
#endif
|
|
||||||
#define O_BINARY 0
|
#define O_BINARY 0
|
||||||
|
#endif
|
||||||
#define O_TEXT 0
|
#define O_TEXT 0
|
||||||
#define _mkdir( x ) mkdir( x, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH )
|
#define _mkdir( x ) mkdir( x, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH )
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue