Commit 227a4ba5 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Add buffered I/O back into APR's file I/O on unix. This code comes from

the OS/2 code, and has been munged to make it compile.  This has not been
tested, but unbuffered I/O still works.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84968 13f79535-47bb-0310-9956-ffa450edef68
parent d2ebdab1
Loading
Loading
Loading
Loading
+1 −6
Changes for STATUS: 1 added line, 6 removed lines.
Original line number Diff line number Diff line
Apache 2.0 STATUS:
Last modified at [$Date: 2000/04/14 18:08:05 $]
Last modified at [$Date: 2000/04/14 23:36:12 $]

Release:

@@ -17,11 +17,6 @@ RELEASE SHOWSTOPPERS:
            module.  This should be override-able of course.
          Status: Jim Jagielski is looking into this.

    * Put buffered file I/O back into APR.  This should be done using the
      buffering logic from the OS/2 directory.  stdio FILE *'s should not be
      used on Unix because of the limitations these impose on some platforms,
      for example the 256 File * limit on Solaris.

    * Fix SAFEREAD.
	see <Pine.LNX.4.21.0004101511380.7822-100000@twinlark.arctic.org>