This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libjava/java/io/natFileDescriptorPosix.cc -r1.25 -r1.26


+       * include/posix.h
+       (O_DSYNC): Define O_DSYNC on platforms not
+       supporting O_FSYNC (newlib).

Yes, of course.  Sorry I forgot to handle that. (I should add:
I remember the discussion; don't remember if Tom did.  I'd
say commit as obvious since we know bootstrap is broken on e.g. newlib
without it.  I recall lobbying for throwing an exception if code
asked for that feature and it couldn't be supported even conservatively
but I'm not into the tao down there...) -Loren


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]