summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-j2se::io::io_util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Prevent problems opening RandomAccessFile with "rws" as the mode byGreg Lewis2006-09-091-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