Use POSIX macros for linux
This commit is contained in:
@@ -141,7 +141,7 @@ _DtCvRunInterp(
|
||||
* write the data to file.
|
||||
*/
|
||||
result = -1;
|
||||
#if defined(linux)
|
||||
#if defined(__linux__)
|
||||
myFd = open(fileName, O_WRONLY | O_CREAT | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWXO);
|
||||
#else
|
||||
myFd = open(fileName, O_WRONLY | O_CREAT | O_TRUNC);
|
||||
|
||||
Reference in New Issue
Block a user