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,9 +45,9 @@ GNU General Public License for more details.
|
|||
#else
|
||||
#include <dlfcn.h>
|
||||
#define HAVE_DUP
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
#define O_BINARY 0
|
||||
#define O_TEXT 0
|
||||
#define O_TEXT 0
|
||||
#define _mkdir( x ) mkdir( x, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH )
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue