Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . Prevent problems opening RandomAccessFile with "rws" as the mode by | Greg Lewis | 2006-09-09 | 1 | -0/+21 |
defining O_SYNC and O_DSYNC if they aren't defined. In particular we were previously defining O_SYNC bogusly to the same value as O_EXCL. PR not closed as this fixes jdk15, not diablo-jdk15. PR: 102888 |