mirror of
https://github.com/simh/simh.git
synced 2026-02-27 09:09:46 +00:00
Merge branch 'master' of github.com:markpizz/simh
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user