This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: libjava/java/io/natFileDescriptorPosix.cc -r1.25 -r1.26
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: CLR004 at motorola dot com, java-patches at gcc dot gnu dot org, konqueror at gmx dot de, rittle at latour dot rsch dot comm dot mot dot com
- Cc: toa at pop dot agri dot ch, tromey at redhat dot com
- Date: Fri, 6 Jun 2003 01:18:17 -0500 (CDT)
- Subject: 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