Define DEFFILEMODE and friends
Define the macros ACCESSPERMS, ALLPERMS and DEFFILEMODE. These macros originates from BSD but has been available in glibc for quite some time. Change-Id: I429cd30aa4e73f53b153ee7740070cebba166c57
This commit is contained in:

committed by
Elliott Hughes

parent
dea13da340
commit
f27b7fb056
@@ -35,10 +35,6 @@
|
||||
#include "wcio.h"
|
||||
#include "fileext.h"
|
||||
|
||||
#ifndef DEFFILEMODE
|
||||
#define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Information local to this implementation of stdio,
|
||||
|
Reference in New Issue
Block a user