Merge branch 'master' of github.com:markpizz/simh
This commit is contained in:
commit
f206facbd0
1 changed files with 3 additions and 0 deletions
|
@ -1652,6 +1652,9 @@ else
|
|||
#ifdef O_LARGEFILE
|
||||
mode |= O_LARGEFILE;
|
||||
#endif
|
||||
#ifdef O_DSYNC
|
||||
mode |= O_DSYNC;
|
||||
#endif
|
||||
return (FILE *)((long)open (rawdevicename, mode, 0));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue