[Issue 14505] File doesn't rewind read pointer for a+ mode on Windows DMC

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Apr 27 13:08:34 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14505

--- Comment #6 from Vladimir Panteleev <thecybershadow at gmail.com> ---
(In reply to Steven Schveighoffer from comment #5)
> It tells the current position of the file descriptor. There is no different
> "read" or "write" pointer. When writing, the C library (or the OS in the
> case of Unixen) seeks the stream to the end.

Is that part of the specification? If so, then that contradicts with your above
claims and one of the libcs is clearly buggy.

--


More information about the Digitalmars-d-bugs mailing list