nswitch: don't redefine O_BINARY

This commit is contained in:
fgsfds 2023-02-05 02:16:56 +01:00
parent 36e7856b9c
commit 25fb89f717
1 changed files with 2 additions and 2 deletions

View File

@ -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